public class GetLocationUtil
extends java.lang.Object
构造器和说明 |
---|
GetLocationUtil() |
限定符和类型 | 方法和说明 |
---|---|
static BigMapLocation |
parseAddress(ACache aCache,
double lat,
double lng)
缓存地理信息数据
|
static BigMapLocation |
parseTxAddress(ACache aCache,
double lat,
double lng)
腾讯地理信息解析json
|
public static BigMapLocation parseAddress(ACache aCache, double lat, double lng)
aCache
- 缓存对象lat
- 纬度lng
- 经度public static BigMapLocation parseTxAddress(ACache aCache, double lat, double lng)
data
- 地理信息datalat
- 纬度lng
- 经度