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

    Class MPRoute

    A route from a origin to a destination broken up into legs.

    MPRoute

    Index

    Properties

    bounds?: MPBounds

    The outer bounds of the route.

    copyrights?: string

    The copyrights for this route, if any exists.

    legs?: MPRouteLeg[]

    The legs the route consists of.

    ordered_stop_indexes?: number[]
    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.

    Methods