cancelUpdate method

void cancelUpdate()

Cancel a pending asyncUpdateToFromData request.

This cancels the in-flight network request associated with the asynchronous landmark update.

See also:

Implementation

void cancelUpdate() {
  objectMethod(pointerId, 'RouteTrafficEvent', 'cancelUpdate');
}