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

    Class MPVenueInfo

    Description placeholder.

    MPVenueInfo

    Hierarchy

    • MPEntityInfo
      • MPVenueInfo
    Index

    Constructors

    Properties

    Methods

    Constructors

    • Protected

      Creates an instance of MPEntityInfo.

      Parameters

      • name: string

        The name of the Entity

      • Optionalaliases: string[]

        The aliases the Entity uses

      • Optionalfields: Map<string, MPDataField>

        The Entity's data fields.

      • Optionallanguage: string

        The current language of the Entity.

      Returns MPVenueInfo

    Properties

    aliases?: string[]

    The aliases the Entity uses

    fields?: Map<string, MPDataField>

    The Entity's data fields.

    language?: string

    The current language of the Entity.

    name: string

    The name of the Entity

    Methods