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

    Interface MPRouteCoordinateParams

    Parameter interface for MPRouteCoordinate.

    MPRouteCoordinateParams

    interface MPRouteCoordinateParams {
        floor_name?: string;
        lat?: number;
        lng?: number;
        zLevel?: number;
    }
    Index

    Properties

    floor_name?: string

    The name of the floor the coordinate is on.

    lat?: number

    The latitude part of the coordinate.

    lng?: number

    The longitude part of the coordinate.

    zLevel?: number

    The index of the floor the coordinate is on.