Documentation
¶
Index ¶
Constants ¶
View Source
const ( GEO_LONG_MAX float64 = 180 // Limits from EPSG:900913 / EPSG:3785 / OSGEO:41001 南极和北极不能编码 GEO_LONG_MIN float64 = -180 GEO_LAT_MAX float64 = 85.05112878 GEO_LAT_MIN float64 = -85.05112878 ONE_INT int = 1 GEO_STEP_MAX = 26 M_PI float64 = 3.14159265358979323846264338327950288 D_R float64 = (M_PI / 180.0) EARTH_RADIUS_IN_METERS float64 = 6372797.560856 MERCATOR_MAX float64 = 20037726.37 )
Variables ¶
This section is empty.
Functions ¶
func GetDistanceByScore ¶
func NeighborRanges ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.