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

    Interface MPRouteStopIconConfigParams

    Parameter interface for MPRouteStopIconConfig.

    MPRouteStopIconConfigParams

    interface MPRouteStopIconConfigParams {
        color: string;
        label: string;
        numbered: boolean;
    }
    Index

    Properties

    Properties

    color: string

    The color for the icon.

    label: string

    The label for the icon.

    numbered: boolean

    Whether the icon should be numbered.