CameraTargets

@Serializable
data class CameraTargets(    val nodes: List<MPINavigatable.MPINode>? = null,     val polygons: List<MPINavigatable.MPIPolygon>? = null,     val coordinates: List<MPIMap.MPICoordinate>? = null)

Things that the camera can be positioned to focus on.

Constructors

Link copied to clipboard
fun CameraTargets(    nodes: List<MPINavigatable.MPINode>? = null,     polygons: List<MPINavigatable.MPIPolygon>? = null,     coordinates: List<MPIMap.MPICoordinate>? = null)

Properties

Link copied to clipboard
val coordinates: List<MPIMap.MPICoordinate>? = null
Link copied to clipboard
val nodes: List<MPINavigatable.MPINode>? = null
Link copied to clipboard
val polygons: List<MPINavigatable.MPIPolygon>? = null