我想在按钮点击事件上添加多个标记!!我正在使用带有angularjs的phonegap。究竟应该发生的是当我点击按钮谷歌地图应用程序应该打开并且应该显示多个标记在位置数量上显示...我已成功使用geo uri添加单个标记..
<a class="button-green button-green--large" ng-href="geo:{{selectedClass.latitude}},{{selectedClass.longitude}}?q={{selectedClass.latitude}},{{selectedClass.longitude}}">Locate</a>
P.S。我已经搜索了stackoverflow之前的问题,发现我将能够通过添加静态地图完成上述任务,但我希望在按钮点击事件上打开谷歌地图,我将无法使用上述方法。
答案 0 :(得分:1)
我认为你不能在谷歌地图上设置多个标记了。相反,您可以创建一个活动或Web服务来处理它,就像这样:
IMG:https://maps.googleapis.com/maps/api/staticmap?size=235x227&maptype=roadmap&markers=37.970982,23.724559|37.971487,23.724953|37.973291,23.726862
网址:http://kylelam.github.io/SO/customMarkers.html?size=235x227&maptype=roadmap&markers=37.970982,23.724559|37.971487,23.724953|37.973291,23.726862