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

    Class MPSolution

    Governs the topmost settings for a MapsIndoors solution.

    MPSolution

    Index

    Properties

    availableLanguages: string[]
    customerId?: string
    defaultLanguage: string
    id: string
    locationTemplates?: string
    mapClientUrl?: string
    name: string
    solutionConfig: MPSolutionConfig
    types?: MPPOIType[]

    Methods

    • Check if the solution supports a language.

      Parameters

      • Optionallanguage: string

      Returns boolean

    • Check whether room extrusions are available for select map providers.

      Returns boolean

    • Check whether wall extrusions are available for select map providers.

      Returns boolean

    • Check whether the 22nd zoom level is available for select map providers.

      Returns boolean

    • Parses a venue ID and a location ID to create a mapClientUrl.

      Parameters

      • venueId: string
      • locationId: string

      Returns Promise<string>