Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrorMessage ¶ added in v0.3.0
type ErrorMessage struct {
Message string
}
type Geo ¶
type Geo struct {
CountryCode string
PostalCode string
PlaceName string
AdminName1 string
AdminCode1 string
AdminName2 string
AdminCode2 string
AdminName3 string
AdminCode3 string
Latitude float64
Longitude float64
}
Geo is the model used to store the geo-information.
type GeoDistance ¶ added in v0.3.3
type Neargo ¶
type Neargo struct {
// Source can be set to any implementation of GeoSource which defines where
// the data comes from.
Source GeoSource
// contains filtered or unexported fields
}
Neargo is a simple webservice which provides a proximity search by postal code.
Click to show internal directories.
Click to hide internal directories.