This is the core package for accessing Steerpath indoor directions. The DirectionsApi is
used for retriving routes indoors. To track your position along a route, the RouteTracker
API can be used.
Interfaces
| DirectionsListener |
Used for obtaining the result of a directions query. |
| DirectionsRequest |
A directions request describes the needed directions information. |
| DirectionsResponse |
A response describing the solutions found, i.e. |
| OnRouteStatusUpdate |
Interface for receiving updates from a RouteTracker instance. |
| Route |
A route defines the directions from a source to a destination. |
| RouteOptionsFactory |
RouteOptionsFactory provides customization options for route rendering. |
| RouteStep |
A route is made up out of steps describing what actions a user needs to take to follow the route. |
Classes
Exceptions