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

SegmentLocation

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

Specifies geographical dimension settings for a segment.

interface SegmentLocation {
Country?: SetDimension | null;
GPSPoint?: GPSPointDimension | null;
}

§Properties

§
Country?: SetDimension | null
[src]

The country or region code, in ISO 3166-1 alpha-2 format, for the segment.

§
GPSPoint?: GPSPointDimension | null
[src]

The GPS location and range for the segment.