interface Polyline : Overlay
A base interface defining polyline that can be added to the map.
static val DEFAULT_POLYLINE_WIDTH: Float
The default polyline width. |
abstract fun getCoordinates(): MutableList<LatLng!>
Gets the list of the polyline corners. |
|
abstract fun getWidth(): Float
Gets the polyline width in pixels. It should be greater than 0. The default value is {@value DEFAULT_POLYLINE_WIDTH} |
abstract fun getColor(): Int
Gets the color of the overlay in RGBA format. |
|
abstract fun getOpacity(): Float
Gets the opacity of the overlay. |