setLocalCalibrations method

void setLocalCalibrations(
  1. dynamic payload
)

Set calibrations stored locally so the MapView can represent them.

Do not use this method as it is intended for internal use.

Implementation

void setLocalCalibrations(dynamic payload) {
  _sendMessage(
      WV_MESSAGE_CALIBRATIONS_SET_LOCAL_CALIBRATIONS, jsonEncode(payload));
}