| java.lang.Object | |
| ↳ | com.mapsted.positioning.coreObjects.RouteOptions | 
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| RouteOptions() | |||||||||||
| RouteOptions(boolean fromCurrentLocation, boolean optimizeRoute) | |||||||||||
| RouteOptions(boolean includeStairs, boolean includeEscalators, boolean includeElevators, boolean fromCurrentLocation, boolean optimizeRoute) | |||||||||||
| RouteOptions(boolean includeStairs, boolean includeEscalators, boolean includeElevators, boolean fromCurrentLocation, boolean optimizeRoute, boolean revisitBuildings) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | getAccessibility() | ||||||||||
| boolean | getEmergency() | ||||||||||
| boolean | getFromCurrentLocation() | ||||||||||
| boolean | getIncludeElevators() | ||||||||||
| boolean | getIncludeEscalators() | ||||||||||
| boolean | getIncludeStairs() | ||||||||||
| boolean | getOptimizeRoute() | ||||||||||
| boolean | getRevisitBuildings() | ||||||||||
| void | setAccessibility(boolean value) | ||||||||||
| void | setEmergency(boolean b) | ||||||||||
| void | setFromCurrentLocation(boolean value) | ||||||||||
| void | setIncludeElevators(boolean value) | ||||||||||
| void | setIncludeEscalators(boolean value) | ||||||||||
| void | setIncludeStairs(boolean value) | ||||||||||
| void | setOptimizeRoute(boolean value) | ||||||||||
| void | setRevisitBuildings(boolean value) | ||||||||||
| String | toString() | ||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Object
 | |||||||||||