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

GoogleMapsPlacesV1Circle

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

Circle with a LatLng as center and radius.

interface GoogleMapsPlacesV1Circle {
radius?: number;
}

§Properties

§

Required. Center latitude and longitude. The range of latitude must be within [-90.0, 90.0]. The range of the longitude must be within [-180.0, 180.0].

§
radius?: number
[src]

Required. Radius measured in meters. The radius must be within [0.0, 50000.0].