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.
我想复制这张地图上显示的轮廓效果:https ://maps.google.co.uk/maps?hl=en&safe=off&q=switzerland&ie=UTF-8&hq=&hnear=0x478c64ef6f596d61:0x5c56b5110fcb7b15,Switzerland&gl=uk&ei= PXO3UK3UPMS1hAfmjoDgBQ&sqi=2&ved=0CKQBELYD
换句话说,我想画一条路径:
使用 Google Maps API 可以实现以上任何一项吗?
我相信要做到这一点,您需要创建一个自定义叠加层——这可能是一项艰巨的任务。有关基本示例,请参阅有关自定义叠加层的文档。
如果我实现了这个,我会创建一个覆盖层,它使用 HTML5 画布元素作为图块。