public class GeocodeResult
extends java.lang.Object
| 构造器和说明 |
|---|
GeocodeResult(GeocodeQuery geocodeQuery,
java.util.List<GeocodeAddress> geocodeAddressList)
依据给定的参数构造地理编码的搜索结果对象。
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.List<GeocodeAddress> |
getGeocodeAddressList()
返回地理编码搜索的地理结果。
|
GeocodeQuery |
getGeocodeQuery()
返回该结果对应的查询参数。
|
void |
setGeocodeAddressList(java.util.List<GeocodeAddress> geocodeAddressList)
设置地理编码搜索的结果
Set the results of the geocoding search |
void |
setGeocodeQuery(GeocodeQuery geocodeQuery)
设置查询结果对应的查询参数
Set query parameters corresponding to the search results |
public GeocodeResult(GeocodeQuery geocodeQuery, java.util.List<GeocodeAddress> geocodeAddressList)
geocodeQuery - 查询条件
geocodeAddressList - 地理编码搜索的结果
public GeocodeQuery getGeocodeQuery()
public void setGeocodeQuery(GeocodeQuery geocodeQuery)
geocodeQuery - 查询条件
public java.util.List<GeocodeAddress> getGeocodeAddressList()
public void setGeocodeAddressList(java.util.List<GeocodeAddress> geocodeAddressList)
geocodeAddressList - 地理编码搜索的结果