高德地图 Windows Phone 8 搜索API参考手册The AMapCircleOptions type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | AMapCircleOptions |
创建圆形选项类
|
Methods
Name | Description | |
---|---|---|
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | 允许 (Inherited from ![]() ![]() |
![]() | ![]() | 用作特定类型的哈希函数。 (Inherited from ![]() |
![]() | ![]() | 获取当前实例的 (Inherited from ![]() ![]() |
![]() | ![]() | 创建当前 (Inherited from ![]() ![]() |
![]() | ![]() | 返回一个字符串,它表示当前的对象。 (Inherited from ![]() |
Properties
Name | Description | |
---|---|---|
![]() | Center |
获取或者设置圆圆心,值为LatLng:纬度经度对象
|
![]() | FillColor |
获取或者设置绘制圆的填充颜色
|
![]() | Radius |
获取或者设置圆的半径,单位为:米, 值>=0
|
![]() | StrokeColor |
获取或者设置绘制圆的边框颜色
|
![]() | StrokeWidth |
获取或者设置绘制圆的边框宽度
|
![]() | Visible |
获取或者设置圆是否绘制到地图上
|
![]() | ZIndex |
获取或者设置Overlay的绘制顺序,Overlay包括:圆、多边形、折线; 如果该值大, 则绘制到上层, 如果Ovlerlay该值相同,则按照绘制先后顺序, 默认为 0
|
See Also