MultiPolygon

case class MultiPolygon(coordinates: List[List[List[Coordinate]]]) extends Geometry

The multi version of a polygon - ยง3.1.7 of RFC 7946.

Value parameters:
coordinates

the list of polygon data

Source:
GeoJson.scala
trait Serializable
trait Product
trait Equals
trait Geometry
trait GeoJson[Nothing]
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product