public class FuzzySearchResult
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected AdditionalDataSources |
additionalDataSources
Information about sources of additional data that can be used with the Additional Data service
-- GETTER --
|
protected Address |
address
Detailed address of the result.
|
protected AddressRanges |
addressRanges
Address ranges on a street segment.
|
protected BoundingBox |
boundingBox
An rectangle into which a shape of an administrative area is inscribed in.
|
protected double |
distance
The distance from the route provided in the request.
|
protected java.lang.String |
entityType
(Only for results of type "Geography") Type of the entity (one of "County", "CountrySubdivision",
"CountrySecondarySubdivision", "CountryTeritarySubdivision", "Municipality", "MunicipalitySubdivision",
"Neighbourhood", "PostalCodeArea").
|
protected EntryPoint[] |
entryPoints
A list of entrances to the POI.
|
protected java.lang.String |
id
The id of result.
|
protected java.lang.String |
info
Additional info.
|
protected Poi |
poi
Information about the POI.
|
protected LatLng |
position
The geographical position of the POI.
|
protected double |
score
The score of the result.
|
protected java.lang.String |
type
The type of result (should always be "POI").
|
protected BoundingBox |
viewport
The viewport.
|
Constructor and Description |
---|
FuzzySearchResult() |
protected java.lang.String type
protected java.lang.String id
protected double score
protected Address address
protected LatLng position
protected BoundingBox viewport
protected double distance
protected java.lang.String info
protected java.lang.String entityType
protected Poi poi
protected BoundingBox boundingBox
protected EntryPoint[] entryPoints
protected AddressRanges addressRanges
protected AdditionalDataSources additionalDataSources