TomTom Maps for JavaScript
    Preparing search index...

    Type Alias BYODSource

    BYODSource:
        | { description?: string; kind: "integrator" }
        | { kind: "url"; url: string }
        | { description?: string; kind: "inline" }

    Where a BYOD entry came from.

    • integrator: seeded programmatically by the embedding app (e.g. user-uploaded file).
    • url: fetched from a URL via addByodLayer.
    • inline: passed as inline GeoJSON via addByodLayer.