The Web SDK v1 will be supported until March 31, 2026 only. Please migrate to v2 for new features and improvements, and continued support.
Adding Shapes in map
This documentation provides methods for adding polyline and polygons in map.
Adding Polyline
Add a GeoJSON line to map using addSource map method and style it using addLayer’s paint properties.
Example
Adding Polygon
Add a GeoJSON polygon to map using addSource map method and style it using addLayer’s paint fill layer properties.
Example