clearRouteInstruction method

void clearRouteInstruction()

Clear the route instruction highlighted by the centerOnRouteInstruction operation.

Implementation

void clearRouteInstruction() {
  objectMethod(_pointerId, 'MapView', 'clearRouteInstruction');
}