EclairMap: {
boundingBoxBottom?: number | null;
boundingBoxLeft?: number | null;
boundingBoxRight?: number | null;
boundingBoxTop?: number | null;
mapLabel?: string | null;
mapName: string;
projection: string;
}
Type declaration
Optional
boundingBoxBottom?: number | null
Optional
boundingBoxLeft?: number | null
Optional
boundingBoxRight?: number | null
Optional
boundingBoxTop?: number | null
Optional
mapLabel?: string | null
mapName: string
projection: string