Interface NavRouteClear

When the current plotted nav route is cleared.

interface NavRouteClear {
    event: "NavRouteClear";
    timestamp: string;
}

Hierarchy (view full)

Properties

Properties

event: "NavRouteClear"

The type of event.

timestamp: string

The time in GMT, ISO 8601.