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

    Interface Destination

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

    Properties

    category: string
    identifier?: string
    name?: string
    point: Point