Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Geo ¶
type Geo struct { ContinentCode string `` /* 189-byte string literal not displayed */ ContinentName string `` /* 188-byte string literal not displayed */ CountryIsoCode string `` /* 196-byte string literal not displayed */ CountryName string `` /* 147-byte string literal not displayed */ SubdivisionIsoCode string `` /* 214-byte string literal not displayed */ SubdivisionName string `` /* 182-byte string literal not displayed */ CityName string `` /* 163-byte string literal not displayed */ PostalCode string `` /* 168-byte string literal not displayed */ Latitude float64 `de:"Breite" en:"Latitude" es:"Latitud" fr:"Latitude" ja:"緯度" pt-BR:"Latitude" ru:"широта" zh-CN:"纬度"` Longitude float64 `de:"Länge" en:"Longitude" es:"Longitud" fr:"Longitude" ja:"経度" pt-BR:"Longitude" ru:"долгота" zh-CN:"经度"` TimeZone string `` /* 151-byte string literal not displayed */ }
Geo is the parsed record geo data
Click to show internal directories.
Click to hide internal directories.