data

package
v1.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 6, 2021 License: MIT Imports: 8 Imported by: 0

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

func BaiduGeoDistance(lat1, lng1, lat2, lng2 float64) float64

BaiduGeoDistance 百度地图距离计算 返回距离单位为m lat1 纬度1 lng1 经度1 lat2 纬度2 lng2 经度2

func GeoDistance

func GeoDistance(lat1, lng1, lat2, lng2 float64, earthRadius float64) float64

GeoDistance 地图距离计算 返回距离单位为m lat1 纬度1 lng1 经度1 lat2 纬度2 lng2 经度2 earthRadius 地球半径

func GoogelGeoDistance

func GoogelGeoDistance(lat1, lng1, lat2, lng2 float64) float64

GoogelGeoDistance Google地图距离计算 返回距离单位为m lat1 纬度1 lng1 经度1 lat2 纬度2 lng2 经度2

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL