The Web SDK v1 support ended on March 31, 2026. We will no longer be providing any support for Web SDK v1. Please migrate to our Web SDK v2 for new features and improvements, and continued support.
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