Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 772 Bytes

mapbox-geo-circle-layer.lnglat.md

File metadata and controls

24 lines (15 loc) · 772 Bytes

Home > mapbox-geo-circle-layer > LngLat

LngLat interface

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Longitude and latitude.

Signature:

export interface LngLat 

Properties

Property Modifiers Type Description
lat number (BETA) Latitude.
lng number (BETA) Longitude.