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

    Interface OnFavoritePoisUpdatedResult

    Result that will be returned when the list of favoritePois is updated

    interface OnFavoritePoisUpdatedResult {
        currentPoisIdentifiers: number[];
    }
    Index

    Properties

    currentPoisIdentifiers: number[]

    Array containing the list of ids of all the pois that are currently stored as favorites.