| java.lang.Object | |
| ↳ | com.steerpath.sdk.directions.DirectionServices |
Access point to Directions API.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DirectionServices() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static Route |
createRoute(List<RouteStep> steps, Location destination)
Creates new instance of Route.
| ||||||||||
| static DirectionsApi |
getDirectionsApi()
Returns DirectionsApi.@return
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates new instance of Route.
| IllegalArgumentException | if RouteSteps was not valid. |
|---|