setCirclePitchScale method

Future<void> setCirclePitchScale(
  1. CirclePitchScale circlePitchScale
)

Controls the scaling behavior of the circle when the map is pitched.

Implementation

Future<void> setCirclePitchScale(CirclePitchScale circlePitchScale) =>
    messenger.setCirclePitchScale(id, circlePitchScale);