SearchResult

constructor(    type: SearchResultType,     searchResultId: SearchResultId,     place: Place,     distance: Distance? = null,     poi: Poi? = null,     boundingBox: GeoBoundingBox? = null,     detour: Detour? = null)

Constructs a SearchResult object with the given parameters.