RoundCap Stay organized with collections Save and categorize content based on your preferences.
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 aPolyline with solid stroke pattern.
Inherited Constant Summary
| int | CONTENTS_FILE_DESCRIPTOR | |
| int | PARCELABLE_WRITE_RETURN_VALUE |
Public Constructor Summary
RoundCap() Constructs a RoundCap. |
Public Method Summary
| String | toString() |
Inherited Method Summary
| abstract int | describeContents() |
| abstract void | writeToParcel(Parcel arg0, int arg1) |
Public Constructors
publicRoundCap()
Constructs aRoundCap.
Public Methods
publicStringtoString()
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.