Question

General geocoding is not problem. I can put in a city or stae or what ever specific location and usually geocode correctly using Bing. What I cant do is geocode things like intersections or fuzzy locations. My example is "I25 and Colorado blvd". In the Bing Maps site, this has no problem finding exactly what I am looking for. When I use geocode or the bing maps search nothing is found. Anyone have any clues how I can do something like this?

Was it helpful?

Solution

You could start by adding the state and country name in the query.

Also, I assume you're using VEMap.Find, so you may want to try calling the Locations API directly (especially as Find is no longuer available in the most recent version of the Ajax API):

It might give a more explicit error message to help understand why it doesn't return a position.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top