setHaloColor abstract method

void setHaloColor(
  1. LocationIndicatorIndicatorStyle style,
  2. Color color
)

Sets the color of the accuracy indicator halo for a given style.

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

  • color The color to be applied to the halo for a 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

void setHaloColor(LocationIndicatorIndicatorStyle style, ui.Color color);