AMapPolygon Points Property 高德地图 Windows Phone 8 搜索API参考手册
高德地图 Windows Phone 8 搜索API参考手册
获取或者设置组成多边形的坐标数组,数组中存放AMapLocation对象

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

public List<AMapLocation> Points { get; set; }

Property Value

Type: 联机List AMapLocation 
See Also