General: GeoType

The geographical information type. Latitude and Longitude will only be contained in this object if requested (see the geo parameter of the relevant services). The name, state and country members are omitted if the location maps to an uninhabited area.

Relevant services. 

Contents:

NameDescription
name

The name of the location

Type: String

state

The state of the location within the country (only if applicable).

Type: String

country

Country of the location.

Type: CountryType

latitude

Geographical latitude of the location.

Type: Float

longitude

Geographical longitude of the location.

Type: Float