Interface Location

Hierarchy

  • Location

Properties

country: string

Country of the found location

lat: number

Geographical coordinates of the found location (latitude)

local_names: any
  • local_names.[language code] - Name of the found location in different languages. The list of names can be different for different locations
  • local_names.ascii - Internal field
  • local_names.feature_name - Internal field
lon: number

Geographical coordinates of the found location (longitude)

name: string

Name of the found location

state: undefined | string

State of the found location (where available)

Generated using TypeDoc