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

    Interface MPRouteParams

    Parameter interface for MPRoute.

    MPRouteParams

    interface MPRouteParams {
        bounds?: MPBoundsParams;
        copyrights?: string;
        legs?: MPRouteLegParams[];
        ordered_stop_indexes?: number[];
        restrictions?: string[];
        summary?: string;
        warnings?: string[];
    }
    Index

    Properties

    The outer bounds of the route.

    copyrights?: string

    The copyrights for this route, if any exists.

    The legs the route consists of.

    ordered_stop_indexes?: number[]

    The original indexes of the stops in the route.

    restrictions?: string[]

    All restrictions in place for the route.

    summary?: string

    A summary of the route.

    warnings?: string[]

    Any warnings issued for any paths on the route.