Retrieve locality options for search parameters
Retrieves search options for a locality that matches the provided geo-location point.
URL: | https://api.trademe.co.nz/v1/SearchOptions/Localities/@{latitude},{longitude}.{file_format} |
---|---|
HTTP Method: | GET |
Requires Authentication? | No |
Permission Required: | Public |
Supported Formats: | XML, JSON |
Rate Limited? | No |
URL parameters
latitude | String (required) |
The latitude value (in decimal degrees WGS84) of the geographic location. |
||||
---|---|---|---|---|---|---|
longitude | String (required) |
The longitude value (in decimal degrees WGS84) of the geographic location. |
||||
file_format | Enumeration (required) | The format of the response. | ||||
|
Returns
Collection of <LocationSearchOption>
A list of location keys and options.
Key | String or null |
The key of the location search parameter. |
|||||||
---|---|---|---|---|---|---|---|---|---|
DependentOn | String or null |
If present, the key of the dependent location search parameter. |
|||||||
Option | <AttributeOption> or null |
The location search option |
|||||||
|