Package com.tomtom.sdk.search.client.model.geometry
Types
Link copied to clipboard
data class CircleGeometry(val position: GeoCoordinate, val radiusInMeters: Int) : Geometry
Content copied to clipboard
Represents information about a circle.
Link copied to clipboard
An interface that represents geometry in the Geometry Search API. There can be two different types of geometry: CircleGeometry or PolygonGeometry.
Link copied to clipboard
Represents information about a polygon.
Link copied to clipboard
Represents information about a rectangle.