how is it possible to get the name of the state by entering a zip or city name?
for example:
city name: buffalo
get state name: new york
thanks for your help.
how is it possible to get the name of the state by entering a zip or city name?
for example:
city name: buffalo
get state name: new york
thanks for your help.
You can use the Geocoding API to try to get the info. For example see a Geocode request for buffalo and in the response the administrative_area_level_1 is "New York"