sdk-search / com.tomtom.online.sdk.search.data.geometry

Package com.tomtom.online.sdk.search.data.geometry

Types

Geometry

open class Geometry : Serializable

A Class that represents the geometry in Search POIs (Points of Interest). There can be two different types of geometry: circle and polygon.

GeometrySearchQuery

open class GeometrySearchQuery : BaseRequestQuery

A builder Class used to create GeometrySearchQuery.

GeometrySearchResponse

open class GeometrySearchResponse : ServiceBaseResponse, Serializable, BatchableSearchResponse

The Response to a Geometry Search Request. It consists of a summary and a result list.

GeometrySearchResult

open class GeometrySearchResult : Serializable

The result of a Geometry Search query.

IGeometrySearchQuery

interface IGeometrySearchQuery

An Interface that specifies the parameters of a geometry search query, such as a responses limit or language in which the search results should be returned.