PointGeometry


PointGeometry: {type: "Point";coordinates: LngLatTuple; }

A GeoJSON-like point geometry.

Type declaration

type

type: "Point"

coordinates

coordinates: LngLatTuple

Last updated