open class PlaceByIdResult : Serializable
The result of a Place by Id Search query.
PlaceByIdResult()
The result of a Place by Id Search query. |
var additionalDataSources: AdditionalDataSources!
Information about the sources of additional data that can be used with the Additional Data service. -- GETTER -- |
|
var address: Address!
Structured address for the Result. -- GETTER -- |
|
var addressRanges: AddressRanges!
Available only for results where the result type == "Address Range". AddressRanges object. -- GETTER -- |
|
var distance: Double
Unit: meters. This is the distance to an object if geobias was provided. -- GETTER -- |
|
var entityType: String!
(Only for results of type "Geography") The type of the entity (one of "County", "CountrySubdivision", "CountrySecondarySubdivision", "CountryTeritarySubdivision", "Municipality", "MunicipalitySubdivision", "Neighbourhood", "PostalCodeArea"). -- GETTER -- |
|
var entryPoints: Array<EntryPoint!>!
List of entry points of the POI. -- GETTER -- |
|
var id: String!
A stable unique id for the POI index, and a non-stable unique id for the other indexes. Note: Stable id means that it doesn't change between data releases without changing the location, attribution or classification. -- GETTER -- |
|
var info: String!
Information about the original data source of the result. -- GETTER -- |
|
var mapCodes: Array<MapCode!>!
A list of MapCode objects. |
|
var poi: Poi!
Optional section. Only present if type == POI. -- GETTER -- |
|
var position: LatLng!
Position of the Result. -- GETTER -- |
|
var score: Double
Score of the result. A larger score means there is a probability that a result meeting the query criteria is higher. -- GETTER -- |
|
var type: String!
Type of Result (one of "POI", "Street", "Geography", "Point Address", "Address Range", "Cross Street"). -- GETTER -- |
|
var viewport: BoundingBox!
A viewport which can be used to display the result on a map. -- GETTER -- |
open fun getMapCodes(): ImmutableList<MapCode!>! |