Page Summary
-
RoundCap is a type of Cap that appears as a semicircle at the start or end of a Polyline with a solid stroke pattern.
-
It has a public constructor to create a RoundCap object.
-
It includes a public method
toString(). -
It inherits methods from
com.google.android.gms.maps.model.Cap,java.lang.Object, andandroid.os.Parcelable.
Cap that is a semicircle with radius equal to half the stroke width, centered at the start
or end vertex of a Polyline with
solid stroke pattern.
Inherited Constant Summary
Public Constructor Summary
|
RoundCap()
Constructs a
RoundCap.
|
Public Method Summary
| String |
toString()
|
Inherited Method Summary
Public Constructors
public RoundCap ()
Constructs a RoundCap.