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

    Interface Destination

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

    interface Destination {
        category: string;
        identifier?: string;
        name?: string;
        point: Point;
    }
    Index
    category: string
    identifier?: string
    name?: string
    point: Point