Address GeoCoding
Hello,
I've been trying to figure out the way v3 address resolution works so I've been playing around with Find method as per the interactive SDK.
In my code:
1) the post back doesn't seem to work
2) the results seem to have a mind of their own. All similars are populated on the map and anything that was on the map seems to get wiped.
I think I understand what's happening, but my real frustration is how tightly the address geocoding is tied to the map. Check out how Google does it. They have a completely separate service that returns the geocoding. This is great since I can decide what points should be put on the map and, by using the add pushpin method, not be stuck with just one resolved address on my map at the end of the process.
Thanks,.
Jeff

