setCirclePitchScale method
- CirclePitchScale circlePitchScale
Controls the scaling behavior of the circle when the map is pitched.
Implementation
Future<void> setCirclePitchScale(CirclePitchScale circlePitchScale) =>
messenger.setCirclePitchScale(id, circlePitchScale);