I have a couple fairly simple questions. I noticed there's a thread saying that geocoding intersections is in the works and was just wondering if this is still the case(since it's a bit dated now, going back to Nov 2010).
I also have a question about the "ZipMatchResult" and "CityMatchResult." I've noticed that they don't have a latitude or longitude in their dictionaries and was wondering if it's possible to synthesize a relatively close guess of a latitude and longitude based on something like a city name + state, or zipcode.
Just for a bit of background, the places I'm geocoding are entered by a user, and it's possible for them to mistype or not know the street address, so if I'm able to place a marker on the map that is somewhat close(like the center of the city/zipcode), that would be better than doing nothing or throwing an error their way.