setCirclePitchScale abstract method

Future<void> setCirclePitchScale(
  1. CirclePitchScale circlePitchScale
)

Controls the scaling behavior of the circle when the map is pitched. Default value: "map".

Implementation

Future<void> setCirclePitchScale(CirclePitchScale circlePitchScale);