|
CartoType iOS API 9.2-12-g6c2dcf66f
for development in Swift and Objective C for iOS and Mac OS
|
#import <CartoTypeRouter.h>
Instance Methods | |
| (void *) | - navigatorParam |
Properties | |
| int | minimumFixDistance |
| int | routeDistanceTolerance |
| int | routeTimeTolerance |
| bool | navigationEnabled |
Parameters governing navigation behavior.
| - (void *) navigatorParam |
(for internal use) Returns a pointer to the underlying C++ object.
|
readwritenonatomicassign |
Minimum distance between location fixes in metres that is taken as an actual move.
|
readwritenonatomicassign |
If true, and if there is a route, the position on route is updated and turn information is created, when a position update arrives. If false, the vehicle position and speed are updated but other behaviour is the same as if there is no route.
|
readwritenonatomicassign |
Maximum distance from the route in metres before the vehicle is deemed off-route.
|
readwritenonatomicassign |
Maximum time off route in seconds before a new route needs to calculated.