Google 地图自定义地图图块/叠加层和控件
Apple 如何为 iCloud 的“查找我的 iPhone Web 应用程序”制作自定义地图图块/叠加层和控件。
它在地图顶部有一个非常漂亮的网格,缩放控件等都是自定义的。
也许我在文档中错过了它,但似乎找不到它。
How did Apple make the custom map tile/overlay and controls for iCloud's Find My iPhone Web App.
It has a really nice grid on top of the map and the zoom controls etc are all custom.
Maybe I missed it in the docs but couldn't seem to find it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果有人偶然发现这个问题,供任何人参考。
答案就在此处的文档中 - http://code .google.com/apis/maps/documentation/javascript/v2/overlays.html#CustomMapTiles
For anybody's reference if they stumble across this question.
The answer is in the docs here - http://code.google.com/apis/maps/documentation/javascript/v2/overlays.html#CustomMapTiles
上面已弃用的 JavaScript API v2 的答案,该 API 将于 2013 年 11 月 19 日停止工作。这与 v3 等效:
https://developers.google.com/maps/documentation/javascript/controls#CustomControls
The answer is above for the deprecated JavaScript API v2, which will stop working on November 19th 2013. This is the equivalent for v3:
https://developers.google.com/maps/documentation/javascript/controls#CustomControls