Builder
Constructors
Link copied to clipboard
open fun Builder(@NonNull firstVertex: GeoCoordinates, creator: ObjectCreator<MapPolyline, PolylineData>)
Link copied to clipboard
open fun Builder(@NonNull vertices: List<GeoCoordinates>, creator: ObjectCreator<MapPolyline, PolylineData>)
Functions
Link copied to clipboard
Adds the GeoCoordinate at the end of the path of the MapPolyline.
Adds GeoCoordinates at the end of the path of the MapPolyline.
Link copied to clipboard
Enables/Disables MapPolyline to be rendered with antialiased borders.
Link copied to clipboard
Sets the dash corner radius, in range [0, lineWidth / 2], for the primary dash of the MapPolyline.
Link copied to clipboard
Sets the appearance of this MapPolyline as either a dashed or solid line.
Link copied to clipboard
Sets the dash length, for the MapPolyline.
Link copied to clipboard
Sets the line color.
Link copied to clipboard
Returns the line width, in pixels.
Link copied to clipboard
Sets the width of this MapPolyline to either scale or not scale with ground distance.
Link copied to clipboard
Sets the secondary line color (used for dash/border).
Link copied to clipboard
Sets the secondary dash length, for the MapPolyline.
Link copied to clipboard