Contents

MapLoadPriority

Constants that prioritize the visibility of specific map features during map loading.

Declaration

const MapLoadPriority: Readonly<{
    readonly LandCover: "LandCover";
    readonly PointsOfInterest: "PointsOfInterest";
    readonly None: null;
}>
type MapLoadPriority = (typeof MapLoadPriority)[keyof typeof MapLoadPriority];

Topics

Prioritizations

See Also

Enumerations