moveCamera method

Future<void> moveCamera({
  1. required LatLng point,
  2. required int mapId,
  3. double? zoomLevel,
  4. int? threeDHeading,
  5. int? threeDTilt,
  6. AnimationOptions? animationOptions,
})

Implementation

Future<void> moveCamera({
  required LatLng point,
  required int mapId,
  double? zoomLevel,
  int? threeDHeading,
  int? threeDTilt,
  AnimationOptions? animationOptions,
}) {
  throw UnimplementedError('moveCamera() has not been implemented.');
}