I'm trying to use the Geocoding service to find the nearest municipality to the input I give it, however it sometimes picks up neighborhoods in my city.
Here's some results:
Nearest Location:
Country: Canada
Prov./State: Alberta
City: Calgary
Lat: 51.050112282
Lng: -114.085285152
Now I guess, is there any way I can, or you can implement, so that for all these searches Calgary is returned? Possible to do it by population?
It seems as though the GeoCoder is returning the nearest feature, could a field be added to the result to display the city that feature is in as well? that would solve my problem..