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

    Interface MPVenueInfoParams

    Parameter interface for MPVenueInfo.

    MPVenueInfoParams

    interface MPVenueInfoParams {
        aliases?: string[];
        fields?: Map<string, MPDataField>;
        language?: string;
        name: string;
    }
    Index

    Properties

    aliases?: string[]

    An array of aliases used by the venue.

    fields?: Map<string, MPDataField>

    A number of data fields on the venue.

    language?: string

    The language the venue currently uses.

    name: string

    The name of the venue.