-
id
java.lang.String id
ID of the return result. It is not guaranteed to be stable. On the contrary it may change often.
-- GETTER --
-
type
java.lang.String type
The type of result
Allowed values: "Street", "Point Address", "Geography", "POI", "Cross Street", "Address Range".
-- GETTER --
-
score
double score
Score of the result. Larger score means that probability that a result meets query criteria is higher.
-- GETTER --
-
distance
double distance
Distance in meters from provided starting point for a search.
It's available in a response only when request parameters contain "lat" and "lon" params.
-- GETTER --
-
info
java.lang.String info
Information about original data source of the result.
-- GETTER --
-
entityType
java.lang.String entityType
(Only for results of type "Geography") Type of the entity
(one of "County", "CountrySubdivision", "CountrySecondarySubdivision", "CountryTeritarySubdivision",
"Municipality", "MunicipalitySubdivision", "Neighbourhood", "PostalCodeArea").
-- GETTER --
-
poi
Poi poi
This section is available when type of the result is equal to "POI". It contains basic properties of POI.
-- GETTER --
-
address
Address address
This object contains address information of a result.
Fields availability vary depending on an administrative hierarchy of a result's country of origin and a result itself
(e.g. if a result represents a country it does not have subdivision information).
-- GETTER --
-
position
LatLng position
A point representing geographical center of a result or an address point
if a result contains full address information (including house number).
-- GETTER --
-
viewport
BoundingBox viewport
A viewport which can be used to display the entity on a map.
-- GETTER --
-
boundingBox
BoundingBox boundingBox
An rectangle into which a shape of an administrative area is inscribed in.
Available only for results where result type is equal to "Geography" and municipality information is not present.
-- GETTER --
-
entryPoints
EntryPoint[] entryPoints
(Only for POI) Points of entry to the POI.
-- GETTER --
-
addressRanges
AddressRanges addressRanges
Address ranges on a street segment. Available only for results where result type is equal to "Address Range".
-- GETTER --
-
additionalDataSources
AdditionalDataSources additionalDataSources
Information about sources of additional data that can be used with the Additional Data service
-- GETTER --