如何使用Google Maps API 3仅展示航点

时间:2016-04-18 14:51:09

标签: javascript google-maps-api-3

我正在使用此代码示例:https://developers.google.com/maps/documentation/javascript/examples/directions-draggable

结果如下: enter image description here

但我不喜欢显示方向......我想只显示路标..像这样: enter image description here

任何帮助将不胜感激:)

1 个答案:

答案 0 :(得分:0)

你总是可以使用额外的css来隐藏面板中不需要的部分:

.adp-directions, .adp-summary {
    display:none;
}    

看看这个小提琴(我认为你必须在加载后再次运行它):https://jsfiddle.net/eyxyhwor/1/