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

    Interface MPMapConfigParams

    Parameter interface for MPMapConfig.

    MPMapConfigParams

    interface MPMapConfigParams {
        enableTileFadeIn?: boolean;
        floorSelector?: MPFloorSelectorInterface;
        mapboxMapStyle?: string;
        mapLabelFont?: MapLabelFont;
        mapsIndoorsTransitionLevel?: number;
        showFloorSelector?: boolean;
        showInfoWindowOnClick?: boolean;
        showMapMarkers?: boolean;
        showRoadLabels?: boolean;
        showUserPosition?: boolean;
        textSize?: number;
        useDefaultMapsIndoorsStyle: boolean;
    }
    Index

    Properties

    enableTileFadeIn?: boolean

    Enable fade-in effect on MapsIndoors tiles. Changes will be reflected on the map upon changing floors.

    Default behavior is enabled fade-in.

    floorSelector?: MPFloorSelectorInterface

    Replaces the default FloorSelector with a custom one.

    mapboxMapStyle?: string

    Set a specific map style for Mapbox Mapbox specific The default value is undefined, and uses the default style. useDefaultMapsIndoorsStyle should be false for this to take effect.

    mapLabelFont?: MapLabelFont

    A map label configuration object.

    mapsIndoorsTransitionLevel?: number

    The zoom level at which the map should transition to MapsIndoors tiles. Mapbox specific.

    The default value is 17.

    showFloorSelector?: boolean

    Enable/Disable showing the floor selector.

    showInfoWindowOnClick?: boolean

    Enables/Disables the info window on user-selected locations.

    The info window is shown by default when the user selects a location (by tapping on it).

    showMapMarkers?: boolean

    Whether to show the mapbox markers on the map. Includes POI's and Places. Mapbox specific The default value is undefined, and enables/disables based on the transition zoom level.

    showRoadLabels?: boolean

    Whether to show the road labels on the map. Mapbox specific The default value is undefined, and enables/disables based on the transition zoom level.

    showUserPosition?: boolean

    Renders the positioning puck (blue dot) at the last known user position on the map.

    textSize?: number

    Changes the text size of the maps marker labels.

    The size is in dense pixels (DP).

    useDefaultMapsIndoorsStyle: boolean

    Whether to use the default map styling used by MapsIndoors, true by default.