PMMapCameraParams
data class PMMapCameraParams(val position: PMMapPosition? = null, val boundingBox: PMMapBoundingBox? = null, val movementMode: PMMovementModeValue? = null, val zoomLevel: PMMapValue? = null, val rotation: PMMapValue? = null, val tilt: PMMapValue? = null)
Definition of map camera
Constructors
Link copied to clipboard
fun PMMapCameraParams(position: PMMapPosition? = null, boundingBox: PMMapBoundingBox? = null, movementMode: PMMovementModeValue? = null, zoomLevel: PMMapValue? = null, rotation: PMMapValue? = null, tilt: PMMapValue? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
(optional) Sets the tilt of map in degrees. The tilt controls the perspective at which the map is viewed. A value of 0 degrees corresponds to looking
straight down at the map from above (2D). As the tilt value is increased, the view shifts to a 3D perspective. The tilt of the map may be further
constrained at some zoom levels. For example, no tilt is allowed at the lowest zoom levels when the globe is visible. This is to provide a better user
experience when interacting with globe, since viewing a "tilted" globe does not give any benefit. Valid values <0, 90>