Documentation ¶
Index ¶
- Constants
- func BD2GCJ(lon float64, lat float64) (float64, float64)
- func BD2WGS(lon float64, lat float64) (float64, float64)
- func GCJ2BD(lon, lat float64) (float64, float64)
- func GCJ2WGS(lon float64, lat float64) (float64, float64)
- func WGS2BD(lon float64, lat float64) (float64, float64)
- func WGS2GCJ(lon float64, lat float64) (float64, float64)
Constants ¶
View Source
const ( XPi = math.Pi * 3000.0 / 180.0 OFFSET = 0.00669342162296594323 AXIS = 6378245.0 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.