Java code for WGS84 to Google map position and back

前端 未结 6 822
陌清茗
陌清茗 2020-12-31 12:16

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

6条回答
  •  天涯浪人
    2020-12-31 12:59

    Someone took the javascript code from Google Maps and ported it to python: gmerc.py

    I've used this and it works great.

提交回复
热议问题