Have you set the map center? eg I presume this is what you are referring to? Or do you mean that the marker is "10 miles away" from the correct location?
If its the maps location when its loaded... You need to set the map center! map.setCenter(new GLatLng(37.4419, -122.1419), 13); Might be an idea to post your code. Anyway, Here is how map center is implemented. http://code.google.com/apis/maps/documentation/introduction.html Cheers Hayd. -- 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.
