VisioMove Essential (iOS)  1.27.8
<VMEPlaceListener> Protocol Reference

Description

Interface definition of methods that are invoked when place related events occur.

Example
@interface SampleViewController : UIViewController <VMEPlaceListener>
@end
- (void)viewDidLoad {
// ...
[self.mapView setPlaceListener:self];
[self.mapView loadMap];
}
-(BOOL) map:(VMEMapView*)mapView didSelectPlace:(NSString*)placeID withPosition:(VMEPosition*)position {
// ...
return YES;
}
Definition: VMEMapView.h:58
A VMEPosition object represents a position incorporating the geographical coordinates,...
Definition: VMEPosition.h:20
Interface definition of methods that are invoked when place related events occur.
Definition: VMEPlaceListener.h:34
Version
1.12

Inherits <NSObject>.

Instance Methods

(BOOL) - map:didSelectPlace:withPosition:
 Notifies the listener that a place has been selected. More...
 
© 2022 Copyright Visioglobe, All Rights Reserved. View our Privacy Policy