open class AlongRouteSearchResult : Serializable
The result of an Along Route Search query.
AlongRouteSearchResult()
The result of an Along Route Search query. |
var additionalDataSources: AdditionalDataSources!
Information about the sources of additional data that can be used with the Additional Data service. |
|
var address: Address!
Detailed address of the result. |
|
var detourOffset: Int!
Detour offset in meters. |
|
var detourTime: Int
The time it takes to reach the POI from the closest point on the route. |
|
var distance: Double
The distance from the route provided in the request. |
|
var entryPoints: Array<EntryPoint!>!
A list of entrances to the POI. |
|
var id: String!
The id of the result. |
|
var info: String!
Additional info. |
|
var mapCodes: Array<MapCode!>!
A list of MapCode objects. |
|
var poi: Poi!
Information about the POI. |
|
var position: LatLng!
The geographical position of the POI. |
|
var relatedPois: Array<RelatedPoi!>!
A list of RelatedPoi objects. |
|
var score: Double
The score of the result. |
|
var type: String!
The type of result (should always be "POI"). |
|
var viewport: BoundingBox!
The viewport. |
open fun getAdditionalDataSources(): AdditionalDataSources!
Returns information about the sources of additional data. |
|
open fun getAddress(): Address!
Returns a detailed address of the result. |
|
open fun getDetourOffset(): Int!
Returns a detour offset in meters. |
|
open fun getDetourTime(): Int
Returns the time it takes to reach the POI from the closest point on the route. |
|
open fun getDistance(): Double
Returns the distance from the route provided in the request. |
|
open fun getEntryPoints(): Array<EntryPoint!>!
Returns a list of entrances to the POI. |
|
open fun getId(): String!
Returns the id of the result. |
|
open fun getInfo(): String!
Returns additional info. |
|
open fun getMapCodes(): ImmutableList<MapCode!>! |
|
open fun getPoi(): Poi!
Returns information about the POI. |
|
open fun getPosition(): LatLng!
Returns the geographical position of the POI. |
|
open fun getRelatedPois(): ImmutableList<RelatedPoi!>! |
|
open fun getScore(): Double
Returns the score of the result. |
|
open fun getType(): String!
Returns the type of result (should always be "POI"). |
|
open fun getViewport(): BoundingBox!
Returns the viewport. |
|
open fun toString(): String |