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.
在我正在工作的网站中,我需要用户在地图上找到他/她的财产。我通过使用谷歌地图 v3 中的可拖动地标来做到这一点。
我怎么能限制用户只在陆地上拖动地标,而不是在海上。
谢谢
该信息在 Google Maps API v3 中不可用。如果您知道感兴趣的区域,您可以创建包含允许区域或不允许区域的多边形,并编写代码来防止这种情况。可能对用户最友好的是等到拖动结束事件,然后将标记移出不允许的区域或让用户知道他们需要移动它。