Set the all the location tracking modes handled by the VME location tracker button.
- See also
- VMELocationTrackingMode for the available tracking modes.
- Parameters
-
trackingModes | The list of the tracking modes that will be handled by the location tracker button |
- Note
- This method allows to switch between tracking modes with the VME location tracker button. 2 modes at least are needed in the list, with no duplicate.
-
Default values are <VMELocationTrackingModeNone,VMELocationTrackingModeFollow>
- Example
NSArray <VMELocationTrackingModeObject*>* trackingModes = @[
];
[mapView setLocationTrackingButtonToggleModes:trackingModes];
- Version
- 1.19