【发布时间】:2016-05-11 13:28:18
【问题描述】:
我正在使用 Google 的 JAVA 客户端 API 来获取路由,并且我正在发送这样的请求,
DirectionsRoute[] routes = DirectionsApi.newRequest(context)
.mode(TravelMode.DRIVING)
.origin(start).destination(end)
.waypoints(wayPoints).await();
【问题讨论】:
-
请提供一个Minimal, Complete, Tested and Readable example 来证明这个问题。
-
我正在从 google java api "com.google.maps.DirectionsApi" 获取这个 DirectionApi。
标签: java google-maps google-chrome directions google-directions-api