ExpoFpZoomOptions

@Serializable
data class ExpoFpZoomOptions(val padding: Int? = null)

Options for zoom operations (zoomTo, fitBounds).

Constructors

Link copied to clipboard
constructor(padding: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "padding")
val padding: Int? = null

Padding around the target area in pixels.