MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / polygon

Function polygon

libs/leaflet/leaflet-src.js:8904–8906  ·  view source on GitHub ↗
(latlngs, options)

Source from the content-addressed store, hash-verified

8902
8903 // @factory L.polygon(latlngs: LatLng[], options?: Polyline options)
8904 function polygon(latlngs, options) {
8905 return new Polygon(latlngs, options);
8906 }
8907
8908 /*
8909 * @class GeoJSON

Callers 2

onAddMethod · 0.85
_addVideoLayerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected