UNPKG

a429-flight-display

Version:

React components for ARINC 429 Flight Display with primary flight instruments

23 lines (22 loc) 474 B
import { FlightData } from './flight'; declare global { interface Window { google: any; initMap: () => void; gm_authFailure?: () => void; } } export interface FlightPath { lat: number; lng: number; timestamp: Date; altitude: number; speed: number; } export interface FlightTrackingProps { flightData: FlightData; width?: number; height?: number; apiKey?: string; } //# sourceMappingURL=googleMaps.d.ts.map