A coordinate used for routing, it is contained within a default.

Export

Hierarchy

  • MPRouteCoordinate

Constructors

  • Private

    Creates an instance of MPRouteCoordinate.

    Parameters

    • Optional latitude: number

      The latitude part of the coordinate.

    • Optional longitude: number

      The longitude part of the coordinate.

    • Optional floorIndex: number

      The index of the floor the coordinate is on.

    • Optional floorName: string

      The name of the floor the coordinate is on.

    Returns MPRouteCoordinate

Properties

floorIndex?: number

The index of the floor the coordinate is on.

floorName?: string

The name of the floor the coordinate is on.

latitude?: number

The latitude part of the coordinate.

longitude?: number

The longitude part of the coordinate.

Methods

Generated using TypeDoc