Interface AutomaticMapLibreCandidate

interface AutomaticMapLibreCandidate {
    dataPath: "native" | "materialized";
    eligible: boolean;
    fidelity: "unsupported" | "exact";
    message: string;
    reason: AutomaticMapLibreReasonCode;
    requiredPeers: readonly ("pmtiles" | "maplibre-gl")[];
    strategy: AutomaticMapLibreStrategy;
}

Properties

dataPath: "native" | "materialized"
eligible: boolean
fidelity: "unsupported" | "exact"
message: string
requiredPeers: readonly ("pmtiles" | "maplibre-gl")[]