On Oct 27, 3:36 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
>
> So two things, I just want the map to say the actual address instead
> of the street name and also I would like to be able to move the
> pointer to the right place (i have the coordinates).

You're using a Google service which creates the map for you. That
means you're stuck with how that service works. If you want to
customise it, you need to write your own code (as it happens, Mike has
just such an example in his tutorial: http://econym.org.uk/gmap/directions.htm)

To get maps.google.com corrected you need to go to the data provider
(see the copyright string in the bottom right-hand corner). Geocoding
of addresses is usually done by guesswork, and occasionally it's not
quite right. Eg: a property at one intersection is numbered 100, and
150 is next to the next intersection. It might be reasonable to assume
that 126 is on the same side of the road about half-way between them.
The fixed datapoints are chosen to get the best results (not just at
intersections), but that's the theory behind the practice.

Andrew
--~--~---------~--~----~------------~-------~--~----~
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