setBearing abstract method

Future<void> setBearing(
  1. double bearing, {
  2. bool animated = true,
})

设置地图朝向

bearing 朝向角度, 单位为度(°), 范围为0°,360°

Implementation

Future<void> setBearing(double bearing, {bool animated = true});