parseAsPolygon

open fun parseAsPolygon(input: JsonArray): ArrayList<ArrayList<ArrayList<Double>>>

For type "Polygon", the "coordinates" member MUST be an array of linear ring coordinate arrays. A linear ring is a closed LineString with four or more positions. first item is the outer polygon. the subsequent items are inner polygon aka holes.

Return

Parameters

input