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

Types

Projection
Link copied to clipboard
class Projection(name: ProjectionName) : StyleContract.StyleProjectionExtension
A style's projection property sets which projection a map is rendered in.

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 Projection.
setProjection
Link copied to clipboard
fun StyleInterface.setProjection(projection: Projection)
Extension function to set the Projection provided by the Style Extension to the Style.