import { LatLngLiteral } from "./latLngLiteral"; export interface Viewport { northeast: LatLngLiteral; southwest: LatLngLiteral; }