import { AMap } from './AMap'; export class Bounds { constructor(southWest: AMap.LngLat, northEast: AMap.LngLat) getSouthWest(): AMap.LngLat getNorthEast(): AMap.LngLat getNorthWest(): AMap.LngLat getSouthEast(): AMap.LngLat contains(obj: AMap.LngLat): boolean getCenter(): AMap.LngLat toString(): string }