Documentation
¶
Index ¶
Constants ¶
View Source
const (
DEGREES_TO_RADIANS = math.Pi / 180.0
)
* Mathematical constants.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Location ¶
type Location interface { Coordinates() coordinates.Geographic Optimize() Location Projected() coordinates.Cartesian Timestamp() uint64 }
* A location in GeoJSON representation.
Click to show internal directories.
Click to hide internal directories.