PointListValue

fun PointListValue(vararg point: Point)

Create a PointListValue that contains a list of Points.

Parameters

point

the Point to store


fun PointListValue(vararg point: Pair<Double, Double>)

Create a PointListValue that contains a list of longitude, latitude pairs .

Parameters

point

the longitude, latitude pair to store


Create a PointListValue that contains a list of pairs of longitude, latitude as list.

Parameters

points

the list of points to store


fun PointListValue(expression: Expression)

Construct the primitive with Mapbox Expression.


fun PointListValue(value: Value)

Parameters

value

a value representing an array of coordinates. See Array