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

    Interface MPCategoryParams

    Parameter interface for MPCategory.

    MPCategoryParams

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

    Properties

    Properties

    fields?: Map<string, MPDataField>

    The category's data fields.

    key: string

    The ID of the category.

    value: string

    The category's readable name.