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

    Interface MPRoutePropertyParams

    Parameter interface for MPRouteProperty.

    MPRoutePropertyParams

    interface MPRoutePropertyParams {
        text?: string;
        time_zone?: string;
        value?: number;
    }
    Index

    Properties

    text?: string

    Accompanying text to the value.

    time_zone?: string

    The timezone of the property.

    value?: number

    The value of the property.