setCirclePitchScale method
Controls the scaling behavior of the circle when the map is pitched. Default value: "map".
Implementation
Future<void> setCirclePitchScale(CirclePitchScale circlePitchScale) =>
_annotationMessenger.setCirclePitchScale(id, circlePitchScale);