| 程序包 | 说明 |
|---|---|
| com.amap.api.maps.model |
| 限定符和类型 | 方法和说明 |
|---|---|
PolylineOptions.LineJoinType |
PolylineOptions.getLineJoinType()
返回Polyline连接处形状
Return the shape of the Polyline joint. |
static PolylineOptions.LineJoinType |
PolylineOptions.LineJoinType.valueOf(int value)
根据value返回对应的形状
Return the corresponding shape based on the value |
static PolylineOptions.LineJoinType |
PolylineOptions.LineJoinType.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static PolylineOptions.LineJoinType[] |
PolylineOptions.LineJoinType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
PolylineOptions |
PolylineOptions.lineJoinType(PolylineOptions.LineJoinType lineJoinType)
设置Polyline连接处形状
Set the shape of the Polyline joint. |