@mapsindoors/react-native-maps-indoors-google-maps
    Preparing search index...

    Interface MPCategoryParams

    Parameter interface for MPCategory.

    MPCategoryParams

    interface MPCategoryParams {
        childKeys?: string[];
        fields?: Map<string, MPDataField>;
        key: string;
        value: string;
    }
    Index

    Properties

    childKeys?: string[]

    The keys of child categories.

    fields?: Map<string, MPDataField>

    The category's data fields.

    key: string

    The ID of the category.

    value: string

    The category's readable name.