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