Parameter interface for MPRouteCoordinate.

Export

MPRouteCoordinateParams

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

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.

Generated using TypeDoc