open class AlongRouteSearchResult : Serializable
The result of an Along Route Search query.
AlongRouteSearchResult()
The result of an Along Route Search query. |
var address: Address!
Detailed address of the result. -- GETTER -- |
|
var detourOffset: Int!
Detour offset in meters. -- GETTER -- |
|
var detourTime: Int
The time it takes to reach the POI from the closest point on the route. -- GETTER -- |
|
var distance: Double
The distance from the route provided in the Request. -- GETTER -- |
|
var entryPoints: Array<EntryPoint!>!
A list of entrances to the POI. -- GETTER -- |
|
var id: String!
The id of the result. -- GETTER -- |
|
var info: String!
Additional info. -- GETTER -- |
|
var mapCodes: Array<MapCode!>!
A list of MapCode objects. |
|
var poi: Poi!
Information about the POI. -- GETTER -- |
|
var position: LatLng!
The geographical position of the POI. -- GETTER -- |
|
var score: Double
The score of the result. -- GETTER -- |
|
var type: String!
The type of result (should always be "POI"). -- GETTER -- |
|
var viewport: BoundingBox!
The viewport. -- GETTER -- |
open fun getMapCodes(): ImmutableList<MapCode!>! |