Contents

LoadPriority

Values for prioritizing the visibility of specific map features while the map is loading.

Declaration

const LoadPriority: Readonly<{
    readonly LandCover: "LandCover";
    readonly PointsOfInterest: "PointsOfInterest";
    readonly None: null;
}>

Topics

Prioritizations

Type Aliases

See Also

Prioritizing feature loading