export declare class MapZoomRectangle { /** * Gets or sets the longitude of the top-left corner of the map. This will need to be adjusted based on the map shape being used. */ longitude: number; /** * Gets or sets the latitude of the top-left corner of the map. */ latitude: number; /** * Gets or sets the degrees of longitude. */ degreesLongitude: number; /** * Gets or sets the degrees of latitude. */ degreesLatitude: number; }