Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HTTPLocationCodesfromHandler ¶
func HTTPLocationCodesfromHandler(w http.ResponseWriter, r *http.Request)
func HTTPLocationQueryHandler ¶
func HTTPLocationQueryHandler(w http.ResponseWriter, r *http.Request)
func RunLocationService ¶
func RunLocationService(log *roggy.LogPrinter)
Types ¶
type Location ¶
type Location struct { Country string `json:"cou"` ZipCode string `json:"zip"` Address string `json:"add"` X string `json:"x"` Y string `json:"y"` }
func InitializeLocationService ¶
func InitializeLocationService(log *roggy.LogPrinter) []Location
type LocationDistance ¶
Click to show internal directories.
Click to hide internal directories.