getHaloColor abstract method

Color getHaloColor(
  1. LocationIndicatorIndicatorStyle style
)

Retrieves the color of the accuracy indicator halo for the requested IndicatorStyle.

The default color is a translucent turquoise (rgba(0, 199, 194, 76)) for all IndicatorStyle settings.

  • style The type of IndicatorStyle for which the color should be returned.

Returns ui.Color. The color of the halo for the specified IndicatorStyle.

Note: This is a beta release of this feature and may contain bugs or exhibit unexpected behaviour. Related APIs are subject to change without a deprecation process.

Implementation

ui.Color getHaloColor(LocationIndicatorIndicatorStyle style);