Tagged Questions

1
vote
1answer
353 views

Converting DATUM WGS84 coordinates for google map v3 JS Latlng Object

I am trying to convert the following to work with the Google maps v3 JS api. N37 10.320 W122 13.357 How do I convert this to work with the LatLng Object? I was expecting it to be two decimals, ...