Package com.mapbox.maps.extension.style.projection.generated

Types

Projection
Link copied to clipboard

A style's projection property sets which projection a map is rendered in. Mercator and Globe projections are supported.

Functions

getProjection
Link copied to clipboard
fun StyleInterface.getProjection(): Projection

Extension function to get the projection provided by the Style Extension.

projection
Link copied to clipboard
fun projection(name: ProjectionName): Projection

DSL function for creating Projection instance.

setProjection
Link copied to clipboard
fun StyleInterface.setProjection(projection: Projection)

Extension function to set the Projection provided by the Style Extension to the Style.