-
-
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
AbstractMapClient
public AbstractMapClient()
-
方法详细资料
-
regeo
逆地址解析 根据坐标返回详细地址及各级地区编号
- 指定者:
regeo 在接口中 MapClient
- 参数:
coordinate - 坐标
- 返回:
- Coordinate
-
geo
根据地址查坐标(子类实现)
- 指定者:
geo 在接口中 MapClient
- 参数:
address - address
city - city
- 返回:
- Coordinate
-
geo
根据地址解析 坐标
- 指定者:
geo 在接口中 MapClient
- 参数:
address - 地址 用原文签名 用url encode后提交
- 返回:
- Coordinate
-
regeo
逆地址解析
- 指定者:
regeo 在接口中 MapClient
- 参数:
lng - 经度
lat - 纬度
srs - 坐标系
- 返回:
- Coordinate
-
regeo
逆地址解析 根据坐标返回详细地址及各级地区编号
- 指定者:
regeo 在接口中 MapClient
- 参数:
srs - 坐标系
lng - 经度
lat - 纬度
- 返回:
- Coordinate
-
regeo
逆地址解析 根据坐标返回详细地址及各级地区编号
- 指定者:
regeo 在接口中 MapClient
- 参数:
srs - 坐标系
point - lng, lat 经度, 纬度
- 返回:
- Coordinate
-
-
-
-
-
-
-