House Number Result
data class HouseNumberResult(val type: ResultType, val distance: Double, val title: String, val subtitle: String, val titleHighlights: List<StringRange>, val location: GeoCoordinates, val boundary: GeoBoundingBox, val iso: String, val addressComponent: Map<MapResultComponent, String>, val entry: GeoCoordinates, val exactMatch: Boolean) : MapResult
Constructors
Link copied to clipboard
fun HouseNumberResult(type: ResultType, distance: Double, title: String, subtitle: String, titleHighlights: List<StringRange>, location: GeoCoordinates, boundary: GeoBoundingBox, iso: String, addressComponent: Map<MapResultComponent, String>, entry: GeoCoordinates, exactMatch: Boolean)