Optional
animatedWhether the changes to the camera are animated.
Optional
headingThe new heading of the camera, in degrees relative to true north.
Optional
insetsAdditional insets around the edges of the map view in CSS pixels after accounting for the span.
If specified, this property will apply an additional factor to the camera's zoom, such that there is an additional margin around the specified span.
If neither a span or mapSpan is specified, the camera's current span is used, and the camera will zoom out slightly to account for the specified insets.
Optional
mapThe new span of the camera in map units.
The span adjusts the camera's zoom level such that a circle on the ground with this diameter would fit neatly on the screen. In other words, this is the distance in map units between the edges of the screen in the smaller axis.
This should not be specified at the same time as the span property.
Optional
positionThe new position of the camera.
Optional
spanThe new span of the camera in metres.
The span adjusts the camera's zoom level such that a circle on the ground with this diameter would fit neatly on the screen. In other words, this is the physical distance between the edges of the screen in the smaller axis.
This should not be specified at the same time as the mapSpan property.
The properties that can be used to adjust the camera.