The "search city" feature does not differentiate between cities in different states. It is common for a US state to have city/town that shares the name of a city/town in another state. For example, there are at least a dozen states that have a city/town called 'Springfield'. In this situation the list of cities shows multiple identical entries; the user has to guess which one is appropriate
Expected results:
Search results differentiate between different towns with the same name, e.g. "Springfield, Massachusetts, USA" and "Springfield, Missouri, USA"
Actual results:
Search results contain multiple "Springfield, USA" entries.
How can one distinguish between same city names in different states?
use the style=full parameter to get the state and county included in the answer.
Marc
Ah perfect! Thanks Marc. Just one query though, I see from the XML feedback that I need to use admincode1 to get the state names. Just wondering why it is called admincode1?