> Why the longitude of the LatLng object is 2.7141050000000178 and not > 2.714105?
That's how javascript floating point numbers work http://javascript.about.com/od/hintsandtips/a/Floating-Point-And-Javascript.htm What issues might this cause for you? 2.7141050000000178 is about 0.000001mm away from 2.714105 The maps really aren't quite that accurate. -- 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.
