<SYMapCameraDelegate> Protocol Reference

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>

Inheritance diagram for <SYMapCameraDelegate>:
Collaboration diagram for <SYMapCameraDelegate>:

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

Detailed Description

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.

Method Documentation

◆ mapCamera:didChangeCameraPosition:zoom:rotation:tilt:

- (void) mapCamera: (nonnull SYMapCamera *)  mapCamera
didChangeCameraPosition: (nonnull SYGeoCoordinate *)  geoCenter
zoom: (CGFloat)  zoom
rotation: (CGFloat)  rotation
tilt: (CGFloat)  tilt 
optional

Callback to notify every change on map view's camera position.

Parameters
mapCameraMap view camera changes are related to.
geoCenterNew camera position.
zoomNew camera zoom.
rotationNew camera rotation.
tiltNew camera tilt.

◆ mapCamera:didChangeCameraMovementMode:

- (void) mapCamera: (nonnull SYMapCamera *)  mapCamera
didChangeCameraMovementMode: (SYCameraMovement)  mode 
optional

Callback to notify when camera movement mode has changed.

◆ mapCamera:didChangeCameraRotationMode:

- (void) mapCamera: (nonnull SYMapCamera *)  mapCamera
didChangeCameraRotationMode: (SYCameraRotation)  mode 
optional

Callback to notify when camera rotation mode has changed.

◆ mapCameraDidStopMoving:

- (void) mapCameraDidStopMoving: (nonnull SYMapCamera *)  mapCamera
optional

Callback to notify map did stop moving.


The documentation for this protocol was generated from the following file: