| java.lang.Object |
| ↳ |
com.steerpath.sdk.directions.RoutePlan |
Class Overview
RoutePlan mainly describes origin and the destination of route, but provides also configuration
options for navigation behaviour and appearance of the route line.
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
Fields
public
final
boolean
accessibility
public
final
Location
destination
public
final
int
goalDistanceThreshold
public
final
Location
origin
public
final
int
previewCameraPadding
public
final
int
rerouteThreshold
public
final
int
retryCount
public
final
boolean
showNavigationView
public
final
double
startZoomLevel
Public Methods
public
String
toString
()