PolylineData

open class PolylineData : ViewObjectData

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
open fun getCornerRadius(): Float
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
open fun getPayload(): Parcelable
Link copied to clipboard
open fun getPosition(): GeoCoordinates
Link copied to clipboard
open fun getScreenPosition(): ViewObjectData.Point
Link copied to clipboard
open fun getSecondaryColor(): Int
Returns the secondary line color (used for dash/border).
Link copied to clipboard
open fun getSecondaryDashLength(): Float
Returns the length of secondary dash segment of the MapPolyline.
Link copied to clipboard
open fun getVertices(): List<GeoCoordinates>
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
open fun hasScalableWidth(): Boolean
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

Link copied to clipboard
val CREATOR: Parcelable.Creator<PolylineData>