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
constructor(nodes: List<MPINavigatable.MPINode>? = null, polygons: List<MPINavigatable.MPIPolygon>? = null, coordinates: List<MPIMap.MPICoordinate>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard