Search
Searches for keywords and returns a list of relevant places.
Url
Method: GET
https://sg-maps.track-asia.com/api/v1/search
Example
https://sg-maps.track-asia.com/api/v1/search?lang=en&text=kfc&key=public_key
https://sg-maps.track-asia.com/api/v1/search?lang=en&text=kfc&key=public_key&focus.point.lat=1.442841&focus.point.lon=103.791271
Parameters
Parameter | Values | Description | Example |
---|---|---|---|
lang | Target language | The target language code in the BCP47 standard. Only the language subtag information is used to set the target language e.g. en | en |
text | String (required) | Representing what a user has typed | kfc |
size | Number | The number of results returned | |
focus.point.lat | {latitude} | Latitude to focus search based on geographic area | 1.442841 |
focus.point.lon | {longitude} | Longitude to focus search based a geographical area | 103.791271 |
key | String (required) | API key | public_key |