public class FuzzySearchResult
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected AdditionalDataSources |
additionalDataSources
Information about the sources of additional data that can be used with the Additional Data service.
|
protected Address |
address
The detailed address of the result.
|
protected AddressRanges |
addressRanges
Address ranges on a street segment.
|
protected com.tomtom.online.sdk.common.location.BoundingBox |
boundingBox
An rectangle into which the shape of an administrative area is inscribed.
|
protected double |
distance
The distance from the route provided in the Request.
|
protected java.lang.String |
entityType
(Only for results of type "Geography") The 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 the 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" (Points of Interest)).
|
protected com.tomtom.online.sdk.common.location.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 com.tomtom.online.sdk.common.location.BoundingBox viewport
protected double distance
protected java.lang.String info
protected java.lang.String entityType
protected Poi poi
protected com.tomtom.online.sdk.common.location.BoundingBox boundingBox
protected EntryPoint[] entryPoints
protected AddressRanges addressRanges
protected AdditionalDataSources additionalDataSources