class PolygonBuilder
A GeoJSON Geometry type comprising one or more LineString.
| fun build(): PolygonConstructs a new Polygon. | |
| fun withBoundingBox(boundingBox: Optional<BoundingBox>): PolygonBuilderA bounding box enclosing all geometries contained in this com.tomtom.online.sdk.common.geojson.GeoJsonObject. Might be undefined. | 
| fun create(exteriorRing: LineString, interiorRings: List<LineString>): PolygonBuilderCreates a new PolygonBuilder. |