moveCamera method
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.');
}