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

    Type Alias DirectionsMessage

    Direction requests are no longer forwarded from the MapView to the native SDK. This type is kept for backward compatibility and is no longer used internally.

    type DirectionsMessage = {
        buildingIdentifier: string;
        destinationCategory: string;
        destinationIdentifier: string;
        identifier: string;
        originCategory: string;
        originIdentifier: string;
    }
    Index
    buildingIdentifier: string
    destinationCategory: string
    destinationIdentifier: string
    identifier: string
    originCategory: string
    originIdentifier: string