Coordinates

Corners of image specified in longitude, latitude pairs. Note: When using globe projection, the image will be centered at the North or South Pole in the respective hemisphere if the average latitude value exceeds 85 degrees or falls below -85 degrees.

Parameters

value

the property wrapped in Value to be used with native renderer.

Constructors

Link copied to clipboard
fun Coordinates(value: List<List<Double>>)

Construct the Coordinates with List>.

Link copied to clipboard
fun Coordinates(expression: Expression)

Construct the Coordinates with Mapbox Expression.

Link copied to clipboard
fun Coordinates(value: Value)

Types

Link copied to clipboard
object Companion

Public companion object.

Properties

Link copied to clipboard