GeocodingResult
Interface: GeocodingResult
A single geocoding hit, normalised from the Wemap geocoding API.
Coordinates use WGS84; bbox (when present) is [west, south, east, north].
Properties
bbox?
optionalbbox?: [number,number,number,number]
Optional bbox as [west, south, east, north].
id
id:
string
language?
optionallanguage?:string
latitude
latitude:
number
longitude
longitude:
number
placeName
placeName:
string
Full display name / address.
placeType
placeType:
string[]
relevance
relevance:
number
text
text:
string
Short label (e.g. place name).