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

    Interface MPSolutionParams

    Parameter interface for MPSolution.

    MPSolutionParams

    interface MPSolutionParams {
        availableLanguages: string[];
        customerId?: string;
        defaultLanguage: string;
        id: string;
        locationTemplates?: string;
        mapClientUrl?: string;
        modules: string[];
        name: string;
        solutionConfig: MPSolutionConfig;
        types?: MPPOIType[];
    }
    Index

    Properties

    availableLanguages: string[]

    An array of available languages for the solution.

    customerId?: string

    The id of the solution in customer systems.

    defaultLanguage: string

    The solution's default language.

    id: string

    The solution's ID.

    locationTemplates?: string

    The solution's location template.

    mapClientUrl?: string

    The URL used to fetch data from the CMS.

    modules: string[]

    An array of modules that define some behaviors of the SDK set through the CMS.

    name: string

    The solution's name.

    solutionConfig: MPSolutionConfig

    The solution's configuration object.

    types?: MPPOIType[]

    The solution's POI types.