export class FireMapTileStatusV1 { public id: string; // Rounder center lng_lat public flng: number; // From longitude public flat: number; // From latitude public tlng: number; // To longitude public tlat: number; // To latitude public updated: Date; // Date and time when status was updated public drone_id: string; // Drone ID that sent the update public people: number; // Number of people in the area public peopleUpdated: Date // Date and time when people was updated }