Documentation ¶
Index ¶
- Constants
- Variables
- func BD09toGCJ02(lon, lat float64) (float64, float64)
- func BD09toWGS84(lon, lat float64) (float64, float64)
- func GCJ02toBD09(lon, lat float64) (float64, float64)
- func GCJ02toWGS84(lon, lat float64) (float64, float64)
- func GetLocation(address string)
- func MillierConvertion(lat float64, lon float64) [2]float64
- func WGS84toBD09(lon, lat float64) (float64, float64)
- func WGS84toGCJ02(lon, lat float64) (float64, float64)
- func WebMercator2LngLat(x, y float64) (lat float64, lng float64)
Constants ¶
View Source
const ( X_PI = math.Pi * 3000.0 / 180.0 OFFSET = 0.00669342162296594323 AXIS = 6378245.0 )
Variables ¶
View Source
var MapApi = "https://api.tianditu.gov.cn"
Functions ¶
func BD09toWGS84 ¶
BD09toWGS84 百度坐标系->WGS84坐标系
func GCJ02toWGS84 ¶
GCJ02toWGS84 火星坐标系->WGS84坐标系
func GetLocation ¶
func GetLocation(address string)
func MillierConvertion ¶
func WGS84toBD09 ¶
WGS84toBD09 WGS84坐标系->百度坐标系
func WGS84toGCJ02 ¶
WGS84toGCJ02 WGS84坐标系->火星坐标系
func WebMercator2LngLat ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.