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

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

Types

IPlaceByIdQuery

interface IPlaceByIdQuery

PlaceByIdQuery is an interface designed to transfer SearchAPI parameters in a readable manner by implementing class: PlaceByIdQueryBuilder. The PlaceByIdQuery instance can be constructed using the associated PlaceByIdQueryBuilder class. Once constructed, the user cannot change the field values.

PlaceByIdQuery

open class PlaceByIdQuery : BaseRequestQuery

Builder class used to create PlaceByIdQuery.

PlaceByIdQueryBuilder

class PlaceByIdQueryBuilder : IPlaceByIdQuery

Builder class used to create PlaceByIdQuery.

PlaceByIdResponse

open class PlaceByIdResponse : ServiceBaseResponse, Serializable

The response to a Place by Id request. Consists of a summary and results.

PlaceByIdResult

open class PlaceByIdResult : Serializable

The result of a Place by Id Search query.