(latlngs, options)
| 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 |
no outgoing calls
no test coverage detected