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

    Type Alias PoiCategory

    Category of Point of Interest.

    type PoiCategory = {
        icon_selected: string;
        icon_unselected: string;
        isPublic: boolean;
        poiCategoryCode: string;
        poiCategoryName: string;
    }
    Index

    Properties

    icon_selected: string

    The selected icon url

    icon_unselected: string

    The unselected icon url

    isPublic: boolean

    Whether the category is public or not

    poiCategoryCode: string

    Unique code of the category

    poiCategoryName: string

    The category name appropriate for display to the user