SearchResult

fun SearchResult(type: ResultType, searchResultId: SearchResultId, position: GeoPoint, distance: Distance? = null, poi: Poi? = null, address: Address? = null, boundingBox: GeoBoundingBox? = null)

Parameters

type

The type of result.

searchResultId

The ID of the result.

position

The geographical position of the Point Of Interest.

distance

Distance from the provided route.

poi

Information about the Point Of Interest.

address

The detailed address of the result.

boundingBox

A rectangle into which the shape of an administrative area is inscribed. Only available for results where the result type is equal to "Geography", and municipality information is not present.