getHaloColor abstract method
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.
styleThe 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);