Hi,
never change a winning team: I was so happy with V2.
Like on www.volksnav.com/iMunich/?lat=48.2&lon=11.7 I have now
difficulties to get separated Lat and Lon of the clicked location.
With
- var clickedLocation = new google.maps.LatLng(location);
and
- infoWindow.setContent("loc="+location)
it is possible to read lat and lon together with a precision of
nanometers (!!!) (did you know that?).
With
- var clickedLat = clickedLocation.lat();
or
- var clickedLat = parseFloat(clickedLocation.lat());
the return is NaN. What is to do within V3?
--
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.