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

Circle

import type { Circle } from "https://googleapis.deno.dev/v1/areainsights:v1.ts";

A circle is defined by a center point and radius in meters.

interface Circle {
latLng?: LatLng;
place?: string;
radius?: number;
}

§Properties

§
latLng?: LatLng
[src]

The latitude and longitude of the center of the circle.

§
place?: string
[src]

The Place resource name of the center of the circle. Only point places are supported.

§
radius?: number
[src]

Optional. The radius of the circle in meters