@situm/react-native
    Preparing search index...

    Interface Navigation

    Navigation is now calculated and managed by the MapView. This interface is kept for backward compatibility and is no longer used internally.

    interface Navigation {
        destination?: Destination;
        status: string;
    }
    Index
    destination?: Destination
    status: string