Routes
You able to search route between two location.
#
DownloadPlaceRoute
#
Create #
Search route between locationsFor search a route, use searchRoute
DSL builder.
#
BuilderParam | type | desc |
---|---|---|
startLocation | Location | start destination |
endLocation | Location | end destination |
transportMode | TransportMode | transport mode, available CAR and BIKE , default is CAR |
#
Route DataParam | type | desc |
---|---|---|
encodedPolyline | String | encoded of geometry |
geometries | List<LatLng> | list LatLng of geometry |
length | Float | Length of polyline decoded |