Wasn't it SenTnel who wrote:
>
>Thanks!
>
>Actually, we download gps positions of the vehicles once they return
>to the office and dump the data to a mysql database and then generate
>some reports. The problem is that we only get the street where
>vehicles were, and we have no idea of what part of that avenue or
>street the vehicle was.
>
>Suggestions?

You'll need a Premier licence if you're using Google reverse geocoder 
results without the intention of using those results on a publicly 
accessible Google map, so perhaps your Google Premier support guy might 
have some ideas.

You could print a copy of a (publicly accessible) map as part of your 
report. Then you wouldn't need to describe the location in words, you 
could just look at the map.

You could build your own MySql database of intersections and other 
landmarks that you're interested in, and find the nearest one by 
straight line distance. Just like you would in a store locator:
http://code.google.com/apis/maps/articles/phpsqlsearch.html#findnearsql
except that you only need the one nearest result.

-- 
Mike Williams
http://econym.org.uk/gmap



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to