公開最終類別 CustomCap 可擴充Cap
點陣圖重疊位於 Polyline
的起點或終點端點中心,或是根據線條的第一個或最後一個邊緣方向調整方向,並根據線條筆劃寬度縮放。CustomCap
可以套用至任何筆劃圖案的 Polyline
。
繼承常數摘要
欄位摘要
公開最終 BitmapDescriptor | bitmapDescriptor | 要在起始或結束頂點重疊的點陣圖描述元。 |
公開 最終浮點數 | refWidth | 參照筆劃寬度 (以像素為單位) - 以其原生尺寸設計上限點陣圖的筆劃寬度。 |
公用建構函式摘要
CustomCap(BitmapDescriptor BitmapDescriptor)
建構新的
CustomCap ,預設參照筆劃寬度為 10 像素 (與預設的筆劃寬度相等,請參閱 width(float) )。 |
公用方法摘要
字串 |
toString()
|
繼承方法摘要
欄位
public final float refWidth
參照筆劃寬度 (以像素為單位) - 以其原生尺寸設計上限點陣圖的筆劃寬度。預設的參照筆劃寬度為 10 像素。
公用建構函式
public CustomCap (BitmapDescriptor BitmapDescriptor, float refWidth)
建構新的 CustomCap
。
參數
bitmapDescriptor | 要使用的點陣圖描述元。不得為 null 。 |
---|---|
refWidth | 筆劃寬度 (以像素為單位),專門設計以其原生尺寸大小的點陣圖上限。必須為正數。 |
public CustomCap (BitmapDescriptor BitmapDescriptor)
建構新的 CustomCap
,預設參照筆劃寬度為 10 像素 (與預設的筆劃寬度相等,請參閱 width(float)
)。
參數
bitmapDescriptor | 要使用的點陣圖描述元。不得為 null 。
|
---|