class MultiPointBuilder
A GeoJSON Geometry type comprising a collection of LatLngs.
| fun build(): MultiPointCreates a new MultiPoint. | |
| fun withBoundingBox(boundingBox: Optional<BoundingBox>): MultiPointBuilderA bounding box enclosing all geometries contained in this com.tomtom.online.sdk.common.geojson.GeoJsonObject. Might be undefined. | 
| fun create(coordinates: List<LatLng>): MultiPointBuilderCreates a new instance of MultiPointBuilder. |