Documentation ¶
Index ¶
Constants ¶
View Source
const ( BaiduEarthRadius float64 = 6378.137 // 百度地图使用的地球半径 GoogleEarthRadius float64 = 6371.393 // Google地图使用的地图半径 )
Variables ¶
View Source
var Distinct distinctInterface = (*distinct)(nil)
Distinct 去重操作对象
View Source
var Encryption encryptionInterface = (*encryption)(nil)
Encryption 加密操作对象
View Source
var Fileter fileterInterface = (*fileter)(nil)
Fileter 过滤操作对象
Functions ¶
func BaiduGeoDistance ¶
BaiduGeoDistance 百度地图距离计算 返回距离单位为m lat1 纬度1 lng1 经度1 lat2 纬度2 lng2 经度2
func GeoDistance ¶
GeoDistance 地图距离计算 返回距离单位为m lat1 纬度1 lng1 经度1 lat2 纬度2 lng2 经度2 earthRadius 地球半径
func GoogelGeoDistance ¶
GoogelGeoDistance Google地图距离计算 返回距离单位为m lat1 纬度1 lng1 经度1 lat2 纬度2 lng2 经度2
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.