export class FireMapTileV1 { public id: string; // Rounder center lng_lat public zoom: number; // Zoom level public flng: number; // From longitude public flat: number; // From latitude public tlng: number; // To longitude public tlat: number; // To latitude public clear?: Date; // Date and time when clear was detected public cdrone?: string; // Drone ID that detected clear public smoke?: Date; // Date and time when smoke was detected public sdrone?: string; // Drone ID that detected smoke public fire?: Date; // Date and time when fire was detected public fdrone?: string; // Drone ID that detected fire public people?: Date; // Date and time when people was detected public pdrone?: string; // Drone id that detected people public people_count?: number; // Number of people in the area }