> hopefully that will sort it, it my case it does matter cause we have > multiple records hanging off the marker, I need to get the lat,lng > back from the marker in the same format as provided so I can search > the parent XML for the records at the position.
Treat this as an opportunity to improve your code and make it more robust. As others have said, a fundamental change using a unique ID would be the usual answer. But a quick fix is in your reach too - if you "must" have coordinates rounded to N decimal places, then have your own code round them to N decimal places. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
