getCirclePitchScale method Null safety
Controls the scaling behavior of the circle when the map is pitched.
Implementation
Future<CirclePitchScale?> getCirclePitchScale() => messager
.getCirclePitchScale(id)
.then((value) => value != null ? CirclePitchScale.values[value] : null);