PolylineData

Types

Link copied to clipboard
class Builder : ViewObjectDataBuilder<B, I, D>

Functions

Link copied to clipboard
abstract fun describeContents(): Int
open fun describeContents(): Int
Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
Returns the dash corner radius.
Link copied to clipboard
open fun getDashLength(): Float
Returns the dash length for the dash segment of the MapPolyline.
Link copied to clipboard
open fun getLineColor(): Int
Returns the line color.
Link copied to clipboard
open fun getLineWidth(): Float
Returns the line width, in pixels.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the secondary line color (used for dash/border).
Link copied to clipboard
Returns the length of secondary dash segment of the MapPolyline.
Link copied to clipboard
Returns the GeoCoordinate array that comprise the path of the MapPolyline.
Link copied to clipboard
open fun hasBorders(): Boolean
Indicates whether the MapPolyline should be rendered with antialiased borders.
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
Indicates whether the MapPolyline has scalable width by ground distance.
Link copied to clipboard
open fun isDashed(): Boolean
Indicates whether the MapPolyline is dashed.
Link copied to clipboard
abstract fun writeToParcel(p: Parcel, p1: Int)
open fun writeToParcel(@NonNull dest: Parcel, flags: Int)

Properties