CameraTransition

Structure used to represent a desired change to the map’s camera

  • Represents a change to the center coordinate of the map. NOTE: Setting the toValue of center overrides any anchor animations

  • Represents a change to the zoom of the map.

  • Represents a change to the padding of the map.

  • Represents a change to the anchor of the map NOTE: Incompatible with concurrent center animations

  • Represents a change to the bearing of the map.

  • Ensures that bearing transitions are optimized to take the shortest path. Defaults to true.

  • Represents a change to the pitch of the map.

  • Generic struct used to represent a change in a value from a starting point (i.e. fromValue) to an end point (i.e. toValue).

    See more