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, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

Implementation

ui.Color getHaloColor(LocationIndicatorIndicatorStyle style);