colors property

VisualNavigatorColors colors

Object containing colors used to render route progress and maneuver arrow visualization. Setting a new instance overwrites the default color settings as specified in VisualNavigatorColors. Gets an object containing colors used to render route progress and maneuver arrow visualization.

Implementation

VisualNavigatorColors get colors;
void colors=(VisualNavigatorColors value)

Object containing colors used to render route progress and maneuver arrow visualization. Setting a new instance overwrites the default color settings as specified in VisualNavigatorColors. Sets an object containing colors used to render route progress and maneuver arrow visualization.

Implementation

set colors(VisualNavigatorColors value);