SearchResult

constructor(type: String? = null, id: String? = null, score: Double? = null, dist: Double? = null, info: String? = null, entityType: String? = null, poi: Poi? = null, relatedPois: List<RelatedPoi>? = null, address: Address? = null, position: LatLon? = null, mapcodes: List<Mapcode>? = null, viewport: Viewport? = null, boundingBox: BoundingBox? = null, entryPoints: List<EntryPoint>? = null, addressRanges: AddressRanges? = null, chargingPark: ChargingPark? = null, dataSources: DataSources? = null, fuelTypes: List<String>? = null, vehicleTypes: List<String>? = null)