Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Position

import type { Position } from "https://aws-api.deno.dev/v0.4/services/privatenetworks.ts?docs=full";

Information about a position.

interface Position {
elevation?: number | null;
elevationReference?: ElevationReference | null;
elevationUnit?: ElevationUnit | null;
latitude?: number | null;
longitude?: number | null;
}

§Properties

§
elevation?: number | null
[src]

The elevation of the equipment at this position.

§
elevationReference?: ElevationReference | null
[src]

The reference point from which elevation is reported.

§
elevationUnit?: ElevationUnit | null
[src]

The units used to measure the elevation of the position.

§
latitude?: number | null
[src]

The latitude of the position.

§
longitude?: number | null
[src]

The longitude of the position.