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