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 <SYMapCamera.h>


Instance Methods | |
| (void) | - mapCamera:didChangeCameraPosition:zoom:rotation:tilt: |
| Callback to notify every change on map view's camera position. More... | |
| (void) | - mapCamera:didChangeCameraMovementMode: |
| Callback to notify when camera movement mode has changed. More... | |
| (void) | - mapCamera:didChangeCameraRotationMode: |
| Callback to notify when camera rotation mode has changed. More... | |
| (void) | - mapCameraDidStopMoving: |
| 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.
| mapCamera | 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 to notify map did stop moving.