Type alias FlightAnchor

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

Type declaration

Generated using TypeDoc