Circle
Class for creating a circle on the map
new constructor
(map, options)
Example:
const circle = new mapgl.Circle(map, {
coordinates: map.getCenter(),
radius: 500,
});
Parameters
Methods
Class for creating a circle on the map
(map, options)
Example:
const circle = new mapgl.Circle(map, {
coordinates: map.getCenter(),
radius: 500,
});