Focus
data class Focus @JvmOverloads constructor( val nodes: List<MPINavigatable.MPINode>? = null, val polygons: List<MPINavigatable.MPIPolygon>? = null, val duration: Double? = null, val changeZoom: Boolean? = null, val minZoom: Double? = null, val tilt: Double? = null, val padding: MPIOptions.FocusPadding? = null, val focusZoomFactor: Double? = null)
Content copied to clipboard
Focus holds the properties of values to be set when focus on is called
Constructors
Link copied to clipboard
fun Focus( nodes: List<MPINavigatable.MPINode>? = null, polygons: List<MPINavigatable.MPIPolygon>? = null, duration: Double? = null, changeZoom: Boolean? = null, minZoom: Double? = null, tilt: Double? = null, padding: MPIOptions.FocusPadding? = null, focusZoomFactor: Double? = null)
Content copied to clipboard
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
An array of MPINavigatable.MPINodes
Link copied to clipboard
An array of MPINavigatable.MPIPolygons