在Google Maps Directions API上停用Waypoint

时间:2017-05-31 09:13:11

标签: google-maps google-maps-api-3 google-maps-markers driving-directions map-directions

我正在尝试为用户创建一项服务,使用Google地图计算两点之间的距离"可拖动的路线"根据这个链接。

Draggable Directions

我想禁用或禁止用户添加航点。

我的代码如下:



def mapToWrites(obj : List[ItineraryReads]) = {

obj.map(o => ItineraryWrites(o.startTime, o.duration, (obj.indexOf(o)) + 1))

}




0 个答案:

没有答案