On Jun 1, 11:44 pm, Shobha Rishiraj <[email protected]> wrote: > Why the map lat and long changes after certain days for the same search > string?
Because the underlying data set changes. It does from time to time, and Google have just announced a change which concerns France. http://googlegeodevelopers.blogspot.com/2011/05/map-data-update-for-france-monaco-and.html > http://www.replyat.com/GL_SimpleSteps.asp Don't geocode your known locations in the select list when the user chooses them. You *know* where those locations should be, so store those known locations and use those. That way, you don't waste geocoder resources AND the locations won't change. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
