经纬度的转换,百度、高德、腾讯、GPS互转
/// <summary> /// 经纬度转换 /// </summary> public static class LocationUtil { private const double Pi = 3.1415926535897932384626; private const double A = 6378245.0; private const
/// <summary> /// 经纬度转换 /// </summary> public static class LocationUtil { private const double Pi = 3.1415926535897932384626; private const double A = 6378245.0; private const