Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试为谷歌地图创建图块。我使用为我提供地图图像的第三方处理程序。处理程序需要输入中心的坐标和比例地理值。我想使用这个处理程序来创建所有的谷歌图块,但我需要所有图块的中心。
有什么方法可以计算给定缩放级别的瓷砖中心吗?
先谢谢了!!
我之前问过这个问题,后来自己想通了:
在 Google Maps API v3 中获取自定义图块的中心 LatLng 点
如果为您提供 div 像素中心点,Wat 就可以,您可以将其转换为您想要的任何东西(在我的例子中:LatLng)。