Hello, My lat/lon coordinates look like this:
----- GPSLatitude: 45,30,30.390001198897014 GPSLongitude: 122,42,47.79 ----- When I input those into here: ----- var myLatlng = new google.maps.LatLng(GPSLatitude, GPSLongitude); ----- The output of this: ----- alert(myLatlng); ----- Is this: ----- (NaN, 122,42,48.32399879554351) ----- It does not matter if I swap the lat/lon in LatLng function, the first argument always returns NaN. Any tips? Thanks a million in advance. :) Cheers, M --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
