import { LngLat } from "./LngLat"; export interface GetRegionOptionsSucRes { /** * 西南角经纬度 */ southwest: LngLat; /** * 东北角经纬度 */ northeast: LngLat; }