Private
constructorPrivate
Creates an instance of MPCameraUpdate.
Optional
Readonly
boundsAn area the camera must cover.
Optional
Readonly
heightReadonly
modeThe mode of the update, used internally.
Optional
Readonly
paddingThe padding between the border of the targeted area and the edge of the map.
Optional
Readonly
pointThe target of the camera update.
Optional
Readonly
positionA specific camera position.
Optional
Readonly
widthSpecified width of the padding.
Optional
Readonly
zoomThe camera level of the update.
Static
fromConstruct the update from a bounding box with some padding.
Optional
size: defaultCan be used to set a specific width/height padding
Static
fromConstructs the update from the given position.
Static
fromConstruct the update from a point.
Static
zoomZooms the camera by the given amount.
Static
zoomZooms the camera to the given level.
Generated using TypeDoc
An object that can be used to update the position of the camera by calling ().
Export