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;
}>