package
Version:
v0.0.0-...-68b92b3
Opens a new window with list of versions in this module.
Published: Jul 29, 2020
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BBox struct {
Hi LatLng `json:"hi"`
Lo LatLng `json:"lo"`
}
BBox is a bounding box.
type Info struct {
Distance string `json:"distance"`
TTL string `json:"ttl"`
}
Info contains distance and time tolerance information.
type LatLng struct {
Lat float64 `json:"lat"`
Lng float64 `json:"lng"`
}
LatLng contains latitude and longitude pair.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.