VisioMove Essential (iOS)  1.27.8

◆ setLocationTrackingButtonToggleModes:

- (void) setLocationTrackingButtonToggleModes: (NSArray< VMELocationTrackingModeObject * > *_Nonnull)  trackingModes

Set the all the location tracking modes handled by the VME location tracker button.

See also
VMELocationTrackingMode for the available tracking modes.
Parameters
trackingModesThe 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];
@ VMELocationTrackingModeNone
In none mode, the following occurs:
Definition: VMELocationTrackingMode.h:23
@ VMELocationTrackingModeCustom
In custom mode, the following occurs:
Definition: VMELocationTrackingMode.h:30
@ VMELocationTrackingModeFollow
In follow mode , the following occurs:
Definition: VMELocationTrackingMode.h:37
Definition: VMELocationTrackingMode.h:44
Version
1.19
© 2022 Copyright Visioglobe, All Rights Reserved. View our Privacy Policy