cancelUpdate method
Cancel a pending asyncUpdateToFromData request.
This cancels the in-flight network request associated with the asynchronous landmark update.
See also:
- asyncUpdateToFromData — Fetch full landmark details from server.
Implementation
void cancelUpdate() {
objectMethod(pointerId, 'RouteTrafficEvent', 'cancelUpdate');
}