public final class TencentLocationUtils
extends java.lang.Object
限定符和类型 | 方法和说明 |
---|---|
static boolean |
contains(TencentLocation center,
double radius,
TencentLocation aPoint)
判断一片圆形区域是否包含指定的坐标点.
|
static double |
distanceBetween(double aLatitude,
double aLongitude,
double bLatitude,
double bLongitude)
返回两个位置之间的距离, 位置分别为 (aLatitude, aLatitude) 和 (bLatitude, bLongitude).
|
static double |
distanceBetween(TencentLocation aLoc,
TencentLocation bLoc)
返回两个位置之间的距离.
|
static boolean |
isFromGps(TencentLocation location)
判断是否 GPS 定位.
|
static boolean |
isFromNetwork(TencentLocation location)
判断是否 网络 定位.
|
static boolean |
isSupportGps(android.content.Context context)
判断设备是否有GPS模块可支持GPS定位
|
public static double distanceBetween(TencentLocation aLoc, TencentLocation bLoc)
aLoc
- 一个位置bLoc
- 另一个位置java.lang.NullPointerException
- 任一参数为 nullpublic static double distanceBetween(double aLatitude, double aLongitude, double bLatitude, double bLongitude)
aLatitude
- 第一个位置的纬度aLongitude
- 第一个位置的经度bLatitude
- 第二个位置的纬度bLongitude
- 第二个位置的经度public static boolean contains(TencentLocation center, double radius, TencentLocation aPoint)
center
- 区域的中心点radius
- 区域的半径, 单位 m(米)aPoint
- 待判断的位置public static boolean isFromGps(TencentLocation location)
public static boolean isFromNetwork(TencentLocation location)
public static boolean isSupportGps(android.content.Context context)