Points Of Interest AutoComplete

Build POI Autocomplete into your apps. This consists of following two endpoints -

  • POI AutoComplete - This retrieves list of matching POIs based on input of partial POI name and other parameters. To keep the response lighweight, this gets only necessary POI data to fulfil the autocomplete display of POI list.
  • POI Detail - This gets full POI details based on POI id received from POI AutoCompete call above. Once user selects one of the POIs from the autocomplete POI list provided above, full details of specific POI could be fetched using this method.