I use the google Place autocomplete API to get a list of cities, https://developers.google.com/places/web-service/autocomplete .
The problem is that I am looking for "Bombay", he must return the new name of the city "Mumbai". The same goes for Calcutta instead of Calcutta and Madras in Chennai.
The Google Place Search api returns all the correct names of the renamed cities, but unfortunately this is not for using autocomplete.
source share