public class AlongRouteSearchResult
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected Address |
address
Detailed address of the result.
|
protected int |
detourTime
The time it takes to reach the POI from the closest point on the route.
|
protected double |
distance
The distance from the route provided in the Request.
|
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").
|
protected com.tomtom.online.sdk.common.location.BoundingBox |
viewport
The viewport.
|
Constructor and Description |
---|
AlongRouteSearchResult() |
protected java.lang.String type
protected java.lang.String id
protected double score
protected double distance
protected java.lang.String info
protected Poi poi
protected Address address
protected LatLng position
protected com.tomtom.online.sdk.common.location.BoundingBox viewport
protected EntryPoint[] entryPoints
protected int detourTime