iOS 시뮬레이터 위치이동이 안됩니다
final location = await Geolocator.getCurrentPosition( desiredAccuracy: LocationAccuracy.low, ); mapController!.animateCamera( CameraUpdate.newLatLng( LatLng( location.latitude, location.longitude, ), ), );위와 같이 desireAccuracy 를 low 로 설정하니 한번은 작동은 합니다만 두번째는 작동을 안하네요 ㅎㅎ;;