Focus
data class Focus @JvmOverloads() constructor(nodes: List<MPINavigatable.MPINode>?, polygons: List<MPINavigatable.MPIPolygon>?, duration: Double?, changeZoom: Boolean?, minZoom: Double?, tilt: Double?, padding: MPIOptions.FocusPadding?, focusZoomFactor: Double?)
Content copied to clipboard
Focus holds the properties of values to be set when focus on is called
Constructors
Focus
Link copied to clipboard
@JvmOverloads()
Content copied to clipboard
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
component6
Link copied to clipboard
component7
Link copied to clipboard
component8
Link copied to clipboard
copy
Link copied to clipboard
fun copy(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): MPIOptions.Focus
Content copied to clipboard
Properties
changeZoom
Link copied to clipboard
focusZoomFactor
Link copied to clipboard
nodes
Link copied to clipboard
An array of MPINavigatable.MPINodes
padding
Link copied to clipboard
polygons
Link copied to clipboard
An array of MPINavigatable.MPIPolygons