VisioMove Essential (iOS)  1.27.8
<VMELifeCycleListener> Protocol Reference

Description

Interface definition of methods that are invoked when life cycle events occur.

Example
@interface SampleViewController : UIViewController <VMELifeCycleListener>
@end
- (void)viewDidLoad {
// ...
[self.mapView setLifeCycleListener:self];
[self.mapView loadMap];
}
-(void)mapDidLoad:(VMEMapView*)mapView {
// ...
}
Definition: VMEMapView.h:58
Interface definition of methods that are invoked when life cycle events occur.
Definition: VMELifeCycleListener.h:31
Version
1.12

Inherits <NSObject>.

Instance Methods

(void) - mapReadyForPlaceUpdate:
 Invoked when the map view is ready to receive place updates. More...
 
(void) - mapDidInitializeEngine:
 Invoked when the 3D rendering engine has been initialized. More...
 
(void) - mapDidLoad:
 Invoked when the map bundle has been loaded and is ready to gain focus. More...
 
(void) - mapDidGainFocus:
 Invoked when the map has returned to normal focus. More...
 
(void) - map:didDisplayRoute:
 Invoked when a route is displayed within the map. More...
 
(void) - map:didDisplayPlaceInfo:
 Invoked when the place info is displayed above the map. More...
 
(void) - mapDidDisplaySearch:
 Invoked when the search view is displayed above the map. More...
 
(void) - mapDidDisplayRouteSetup:
 Invoked when the route setup view is displayed above the map. More...
 
© 2022 Copyright Visioglobe, All Rights Reserved. View our Privacy Policy