class PointBuilder
A GeoJSON Geometry type comprising a single {@link LatLng}.
| fun build(): PointConstructs a new Point. | |
| fun withBoundingBox(boundingBox: Optional<BoundingBox>): PointBuilderA bounding box enclosing all geometries contained in this com.tomtom.online.sdk.common.geojson.GeoJsonObject. Might be undefined. | 
| fun create(coordinates: LatLng?): PointBuilderCreates a new PointBuilder. |