Camera Targets
data class CameraTargets( val nodes: List<MPINavigatable.MPINode>? = null, val polygons: List<MPINavigatable.MPIPolygon>? = null, val coordinates: List<MPIMap.MPICoordinate>? = null)
Content copied to clipboard
Constructors
Link copied to clipboard
fun CameraTargets( nodes: List<MPINavigatable.MPINode>? = null, polygons: List<MPINavigatable.MPIPolygon>? = null, coordinates: List<MPIMap.MPICoordinate>? = null)
Content copied to clipboard