VisioMove Essential (iOS)  1.27.3
<VMECameraListener> Protocol Reference

Description

Interface definition of methods that are invoked when camera has moved.

Example
@interface SampleViewController : UIViewController <VMECameraListener>
@end
- (void)viewDidLoad {
// ...
[self.mapView setCameraListener:self];
[self.mapView loadMap];
}
-(void) mapCameraDidMove:(VMEMapView*)mapView {
// ...
return void;
}
Version
1.24

Inherits <NSObject>.

Instance Methods

(void) - mapCameraDidMove:
 Notifies the listener that the camera has moved. More...
 
© 2022 Copyright Visioglobe, All Rights Reserved. View our Privacy Policy