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 and may contain bugs or exhibit unexpected behaviour. Related APIs are subject to change without a deprecation process.
Implementation
ui.Color getHaloColor(LocationIndicatorIndicatorStyle style);