AMapGeoCodeSearch AddressToGeoCode Method (String, String)高德地图 Windows Phone 8 搜索API参考手册
高德地图 Windows Phone 8 搜索API参考手册
根据地址查询坐标,可以限定在某个城市范围内查询

Namespace: Com.AMap.Api.Services
Assembly: WindowPhone8DOC (in WindowPhone8DOC.dll) Version: 2.0.0.0
Syntax

public static Task<AMapGeoCodeResult> AddressToGeoCode(
	string address,
	string city = null
)

Parameters

address
Type: 联机System String
地址
city (Optional)
Type: 联机System String
指定搜索城市,取值为:cityname(中文或中文全拼)、citycode、adcode (《参见城市编码表》)

Return Value

Type: 联机Task AMapGeoCodeResult 
返回地址编码信息,详见AMapGeoCodeResult定义
See Also