open class FuzzySearchResult : Serializable
The result of a Search query.
FuzzySearchResult()
Empty constructor for the FuzzySearchResult(type: String!, id: String!, score: Double, address: Address!, position: LatLng!, viewport: BoundingBox!, distance: Double, info: String!, entityType: String!, poi: Poi!, boundingBox: BoundingBox!, entryPoints: Array<EntryPoint!>!, addressRanges: AddressRanges!, additionalDataSources: AdditionalDataSources!, mapCodes: Array<MapCode!>!, : Array<RelatedPoi!>!)
Default constructor for the |
var additionalDataSources: AdditionalDataSources!
Information about the sources of additional data that can be used with the Additional Data service. -- GETTER -- |
|
var address: Address!
The detailed address of the result. -- GETTER -- |
|
var addressRanges: AddressRanges!
Address ranges on a street segment. Only available for results where the result type is equal to "Address Range". -- GETTER -- |
|
var boundingBox: BoundingBox!
An 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. -- GETTER -- |
|
var distance: Double
The distance from the route provided in the Request. -- GETTER -- |
|
var entityType: String!
(Only for results of type "Geography") The type of the entity (one of "County", "CountrySubdivision", "CountrySecondarySubdivision", "CountryTeritarySubdivision", "Municipality", "MunicipalitySubdivision", "Neighbourhood", "PostalCodeArea"). -- 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 relatedPois: Array<RelatedPoi!>!
A list of RelatedPoi objects. |
|
var score: Double
The score of the result. -- GETTER -- |
|
var type: String!
The type of result (should always be "POI" (Points of Interest)). -- GETTER -- |
|
var viewport: BoundingBox!
The viewport. -- GETTER -- |
open fun getMapCodes(): ImmutableList<MapCode!>! |
|
open fun getRelatedPois(): ImmutableList<RelatedPoi!>! |