VisioMove Essential (iOS)  1.27.8
<VMELocationTrackingModeListener> Protocol Reference

Description

Interface definition of methods that are invoked when location tracking mode related events occur.

Example
interface SampleViewController : UIViewController <VMELocationTrackingModeListener>
end
- (void)viewDidLoad {
// ...
[self.mapView setLocationTrackingModeListener:self];
[self.mapView loadMap];
}
-(void) map:(VMEMapView*)mapView didUpdateLocationTrackingMode(VMELocationTrackingMode)locationTrackingMode {
// ...
}
VMELocationTrackingMode
The tracking mode controls the location tracking.
Definition: VMELocationTrackingMode.h:16
Definition: VMEMapView.h:58
Version
1.19

Inherits <NSObject>.

Instance Methods

(void) - map:didUpdateLocationTrackingMode:
 Notifies the listener that the tracking mode has been updated. More...
 
© 2022 Copyright Visioglobe, All Rights Reserved. View our Privacy Policy