anchorEnabled abstract method
Returns true if custom anchor is enabled.
Example:
bool anchorEnabled = _userLocationLayer!.anchorEnabled();
print("Anchor enabled: $anchorEnabled");
Implementation
bool anchorEnabled();
Returns true if custom anchor is enabled.
Example:
bool anchorEnabled = _userLocationLayer!.anchorEnabled();
print("Anchor enabled: $anchorEnabled");
bool anchorEnabled();