Skip to main content
Module

x/google_datastore/types.d.ts>ValueGeoPoint

A set of APIs that allow interfacing to Google Datastore on GCP from Deno.
Go to Latest
interface ValueGeoPoint
implements ValueBase
import { type ValueGeoPoint } from "https://deno.land/x/google_datastore@0.0.14/types.d.ts";

Properties

geoPointValue: LatLng

A geo point value representing a point on the surface of Earth.