updateAugmentedRealityStatus method

void updateAugmentedRealityStatus(
  1. ARStatus status
)

Communicates the state of the AR module to the MapView.

Implementation

void updateAugmentedRealityStatus(ARStatus status) async {
  _sendMessage(
      WV_MESSAGE_AR_UPDATE_STATUS, jsonEncode({"type": status.name}));
}