Marker
Class for creating markers on the map.
new constructor
(map, options)
Example:
const marker = new mapgl.Marker(map, {
coordinates: map.getCenter()
});
Parameters
Methods
Class for creating markers on the map.
(map, options)
Example:
const marker = new mapgl.Marker(map, {
coordinates: map.getCenter()
});