Polyline Options
Deprecated
As of 7.0.0, use MapLibre Annotation Plugin instead
Builder for composing Polyline objects.
Functions
Link copied to clipboard
Adds a vertex to the end of the polyline being built.
Adds vertices to the end of the polyline being built.
Link copied to clipboard
Set the alpha value of the polyline.
Link copied to clipboard
Sets the color of the polyline as a 32-bit ARGB color.
Link copied to clipboard
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
Link copied to clipboard
Compares this PolylineOptions object with another PolylineOptions and determines if their color, alpha, width, and vertices match.
Link copied to clipboard
Gets the alpha set for this PolylineOptions object.
Link copied to clipboard
Gets the color set for this PolylineOptions object.
Link copied to clipboard
Gets the points set for this PolylineOptions object.
Link copied to clipboard
Gets the width set for this PolylineOptions object.
Link copied to clipboard
Sets the width of the polyline in screen pixels.
Link copied to clipboard
Flatten this object in to a Parcel.