Represents a delegate that offers listeners and callback methods related to visible actions that result from user interaction. Methods of this protocol are called on the main queue. More...
#import <SYMapView.h>


Instance Methods | |
| (void) | - mapView:didChangeCameraPosition:zoom:rotation:tilt: |
| Callback to notify every change on map view's camera position. More... | |
| (void) | - mapView:didChangeCameraMovementMode: |
| Callback to notify when camera movement mode has changed. More... | |
| (void) | - mapView:didChangeCameraRotationMode: |
| Callback to notify when camera rotation mode has changed. More... | |
| (void) | - mapView:didSelectObjects: |
| Callback indicating that SYViewObject map objects have been selected. Available only when SYMapView::mapInteractionEnabled is set to YES. More... | |
| (nonnull SYAnnotationView *) | - mapView:viewForAnnotation: |
| Returns the view associated with the specified annotation object. More... | |
| (void) | - mapViewDidStopMoving: |
| Callback to notify map did stop moving. More... | |
Represents a delegate that offers listeners and callback methods related to visible actions that result from user interaction. Methods of this protocol are called on the main queue.
|
optional |
Callback to notify when camera movement mode has changed.
|
optional |
Callback to notify every change on map view's camera position.
| mapView | Map view camera changes are related to. |
| geoCenter | New camera position. |
| zoom | New camera zoom. |
| rotation | New camera rotation. |
| tilt | New camera tilt. |
|
optional |
Callback to notify when camera rotation mode has changed.
|
optional |
Callback indicating that SYViewObject map objects have been selected. Available only when SYMapView::mapInteractionEnabled is set to YES.
|
optional |
Returns the view associated with the specified annotation object.
|
optional |
Callback to notify map did stop moving.