-
Interface for managing camera.
See moreDeclaration
Objective-C
@interface MBMCameraManager : MBMStyleManager
Swift
class CameraManager : StyleManager
-
Holds information about
See morecamera bounds
.Declaration
Objective-C
@interface MBMCameraBounds : NSObject
Swift
class CameraBounds : NSObject
-
Holds options to be used for setting
See morecamera bounds
.Declaration
Objective-C
@interface MBMCameraBoundsOptions : NSObject
Swift
class CameraBoundsOptions : NSObject
-
Various options for describing the viewpoint of a camera. All fields are optional.
Anchor and center points are mutually exclusive, with preference for the center point when both are set.
See moreDeclaration
Objective-C
@interface MBMCameraOptions : NSObject
Swift
class CameraOptions : NSObject
-
Describes the viewpoint of a camera.
See moreDeclaration
Objective-C
@interface MBMCameraState : NSObject
Swift
class CameraState : NSObject
-
A rectangular area as measured on a two-dimensional map projection.
See moreDeclaration
Objective-C
@interface MBMCoordinateBounds : NSObject
Swift
class CoordinateBounds : NSObject
-
The distance on each side between rectangles, when one is contained into other.
All fields’ values are in
See moreplatform pixel
units.Declaration
Objective-C
@interface MBMEdgeInsets : NSObject
Swift
class EdgeInsets : NSObject
-
Various options for accessing physical properties of the underlying camera entity. A direct access to these properties allows more flexible and precise controlling of the camera while also being fully compatible and interchangeable with CameraOptions. All fields are optional.
See moreDeclaration
Objective-C
@interface MBMFreeCameraOptions : NSObject
Swift
class FreeCameraOptions : NSObject
-
The
See moretransition options
controls timing for the interpolation between a transitionable style property’s previous value and new value. These can be used to define the style default property transition behavior. Also, any transitionable style property may also have its own-transition
property that defines specific transition timing for that specific layer property, overriding the global transition values.Declaration
Objective-C
@interface MBMTransitionOptions : NSObject
Swift
class TransitionOptions : NSObject
-
3 component vector.
See moreDeclaration
Objective-C
@interface MBMVec3 : NSObject
Swift
class Vec3 : NSObject
-
4 component vector.
See moreDeclaration
Objective-C
@interface MBMVec4 : NSObject
Swift
class Vec4 : NSObject