Type Alias FlightAnchor

FlightAnchor: FlightAnchorFeatureProperties & {
    changed: VcsEvent<void>;
    coordinate: Coordinate;
    name: string;
    destroy(): void;
}