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

Geolayerdata

import type { Geolayerdata } from "https://googleapis.deno.dev/v1/books:v1.ts";
interface Geolayerdata {
common?: {
lang?: string;
previewImageUrl?: string;
snippet?: string;
snippetUrl?: string;
title?: string;
}
;
geo?: {
boundary?: string[];
cachePolicy?: string;
countryCode?: string;
latitude?: number;
longitude?: number;
mapType?: string;
viewport?: {
hi?: {
latitude?: number;
longitude?: number;
}
;
lo?: {
latitude?: number;
longitude?: number;
}
;
}
;
zoom?: number;
}
;
kind?: string;
}

§Properties

§
common?: {
lang?: string;
previewImageUrl?: string;
snippet?: string;
snippetUrl?: string;
title?: string;
}
[src]
§
geo?: {
boundary?: string[];
cachePolicy?: string;
countryCode?: string;
latitude?: number;
longitude?: number;
mapType?: string;
viewport?: {
hi?: {
latitude?: number;
longitude?: number;
}
;
lo?: {
latitude?: number;
longitude?: number;
}
;
}
;
zoom?: number;
}
[src]
§
kind?: string
[src]