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 and may contain bugs or exhibit unexpected behaviour. Related APIs are subject to change without a deprecation process.

Implementation

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