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

GPSPointDimension

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

Specifies GPS-based criteria for including or excluding endpoints from a segment.

interface GPSPointDimension {
Coordinates: GPSCoordinates;
RangeInKilometers?: number | null;
}

§Properties

§
Coordinates: GPSCoordinates
[src]

The GPS coordinates to measure distance from.

§
RangeInKilometers?: number | null
[src]

The range, in kilometers, from the GPS coordinates.