class MultiPolygonBuilder
A collection of Polygon.
| fun build(): MultiPolygonCreates a new MultiPolygon. | |
| fun withBoundingBox(boundingBox: Optional<BoundingBox>): MultiPolygonBuilderA bounding box enclosing all geometries contained in this com.tomtom.online.sdk.common.geojson.GeoJsonObject. Might be undefined. | 
| fun create(polygons: List<Polygon>): MultiPolygonBuilderCreates a new instance of MultiPolygonBuilder. |