Cap

  • Cap is an immutable object that can be applied to the start or end of a Polyline.

  • Known direct subclasses of Cap include ButtCap, CustomCap, RoundCap, and SquareCap.

  • Cap implements the Parcelable interface, meaning it can be written to and restored from a Parcel.

  • Public methods available for a Cap object include equals, hashCode, toString, and writeToParcel.

public class Cap extends Object
implements Parcelable
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
int
String
void
writeToParcel(Parcel out, int flags)

Inherited Method Summary

Public Methods

public boolean equals (Object o)

public int hashCode ()

public String toString ()

public void writeToParcel (Parcel out, int flags)