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. |
|
open class GeometrySearchQuery : BaseRequestQuery
A builder Class used to create |
|
open class GeometrySearchResponse : ServiceBaseResponse, Serializable, BatchableSearchResponse
The Response to a Geometry Search Request. It consists of a summary and a result list. |
|
open class GeometrySearchResult : Serializable
The result of a Geometry Search query. |
|
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. |