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. |
|
open class PlaceByIdQuery : BaseRequestQuery
Builder class used to create |
|
open class PlaceByIdResponse : ServiceBaseResponse, Serializable
The Response to a Place by Id Request. Consists of a summary and results. |
|
open class PlaceByIdResult : Serializable
The result of a Place by Id Search query. |