我正在使用此代码示例:https://developers.google.com/maps/documentation/javascript/examples/directions-draggable
任何帮助将不胜感激:)
答案 0 :(得分:0)
你总是可以使用额外的css来隐藏面板中不需要的部分:
.adp-directions, .adp-summary {
display:none;
}
看看这个小提琴(我认为你必须在加载后再次运行它):https://jsfiddle.net/eyxyhwor/1/