SearchResult
class SearchResult
Describes the details of a single result item returned by the Search API.
Constructors
Link copied to clipboard
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.
Properties
Link copied to clipboard
A rectangle into which the shape of an administrative area is inscribed. Provided only if type is set to SearchResultType.Area.
Link copied to clipboard
The ID of the result.
Link copied to clipboard
The type of result.