Tagged Questions

2
votes
5answers
8k views

Java code for WGS84 to Google map position and back

Searching for some sample code for converting a point in WGS84 coordinate system to a map position in Google Maps (pixel position), also supporting zoom levels. If the codes is well commented, then ...
1
vote
1answer
333 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, ...