PMMapBoundingBox

data class PMMapBoundingBox(val topLeftPosition: PMMapPosition? = null, val bottomRightPosition: PMMapPosition? = null)

Definition of setting map camera view bound to a box specified by top left and bottom right position

Constructors

Link copied to clipboard
fun PMMapBoundingBox(topLeftPosition: PMMapPosition? = null, bottomRightPosition: PMMapPosition? = null)

Properties

Link copied to clipboard

Bottom-right corner position of the box

Link copied to clipboard

Top-left corner position of the box