You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

543 B

mapboxgl

mapboxgl is the object with all classes, objects and properties included in the Mapbox API. It is used as the namespace for the Mapbox API.

Type Object

Properties

For more information, see Mapbox API.

Example

const lnglat = new mt3d.mapboxgl.LngLat(139.7143859, 35.6778094);
const marker = new mt3d.Marker().setLngLat(lnglat);