Page Summary
-
Capis an immutable class used to style the start or end of aPolylineon a map. -
It offers various predefined cap styles like
ButtCap,RoundCap,SquareCap, and allows for custom bitmap overlays withCustomCap. -
Capinherits fromAbstractSafeParcelableand implementsParcelablefor object serialization. -
Developers can use
equals(),hashCode(),toString(), andwriteToParcel()methods for comparison, hashing, string representation, and serialization, respectively. -
Capobjects can be customized further by adjusting the stroke width and pattern of the associatedPolyline.
| Known Direct Subclasses |
Immutable cap that can be applied at the start or end vertex of a Polyline.
Inherited Constant Summary
Public Method Summary
| boolean |
equals(Object o)
|
| int |
hashCode()
|
| String |
toString()
|
| void |
writeToParcel(Parcel out, int flags)
|
Inherited Method Summary
Public Methods
public boolean equals (Object o)
Parameters
| o |
|---|
public int hashCode ()
public String toString ()
public void writeToParcel (Parcel out, int flags)
Parameters
| out | |
|---|---|
| flags |