ConsumerPolylineOptions

public abstract class ConsumerPolylineOptions extends Object

Representation of customizable style inputs for a non-traffic polyline on the map. These styles are intended to apply to all non-traffic polylines of a particular PolylineType.

Nested Class Summary

class ConsumerPolylineOptions.Builder Builds ConsumerPolylineOptions instance. 

Public Constructor Summary

Public Method Summary

static ConsumerPolylineOptions.Builder
abstract int
getColor()
Gets the color of a polyline as a 32-bit ARGB color.
abstract Cap
getEndCap()
Gets the cap set for the end vertex of a polyline.
abstract boolean
getIsGeodesic()
Gets the geodesic setting for a polyline.
abstract int
getJointType()
Gets the joint type for all vertices in a polyline except the start and end vertices.
abstract ImmutableList<PatternItem>
getPattern()
Gets the stroke pattern for a polyline.
abstract Cap
getStartCap()
Gets the cap set for the start vertex of a polyline.
abstract Object
getTag()
Gets the tag for a polyline.
abstract float
getWidth()
Gets the width for a polyline in screen pixels.
abstract float
getZIndex()
Gets the z-index for a polyline.
abstract boolean
isVisible()
Gets the visibility setting for a polyline.
abstract ConsumerPolylineOptions.Builder

Inherited Method Summary

Public Constructors

public ConsumerPolylineOptions ()

Public Methods

public static ConsumerPolylineOptions.Builder builder ()

public abstract int getColor ()

Gets the color of a polyline as a 32-bit ARGB color.

public abstract Cap getEndCap ()

Gets the cap set for the end vertex of a polyline.

public abstract boolean getIsGeodesic ()

Gets the geodesic setting for a polyline.

public abstract int getJointType ()

Gets the joint type for all vertices in a polyline except the start and end vertices.

public abstract ImmutableList<PatternItem> getPattern ()

Gets the stroke pattern for a polyline.

public abstract Cap getStartCap ()

Gets the cap set for the start vertex of a polyline.

public abstract Object getTag ()

Gets the tag for a polyline.

public abstract float getWidth ()

Gets the width for a polyline in screen pixels.

public abstract float getZIndex ()

Gets the z-index for a polyline.

public abstract boolean isVisible ()

Gets the visibility setting for a polyline.

public abstract ConsumerPolylineOptions.Builder toBuilder ()