DataQuality

Determines the quality of the data when rendered.

Entries

Link copied to clipboard

Data will be requested and rendered 1:1 with map tiles and zoom level. This setting results in the highest data resolution but the lowest bandwidth and rendering optimization.

Link copied to clipboard

Data will be scaled slightly to share the same data tiles across 1 or 2 map zoom levels.

Link copied to clipboard

Data will be minimally scaled resulting in slightly higher data resolution than normal at some map zoom levels.

Link copied to clipboard

Data will be scaled to share the same data tiles across multiple map zoom levels. This setting provides a good balance between data resolution and reduced request bandwidth and rendering performance.

Link copied to clipboard

Data will be moderately scaled resulting in slightly less data resolution than normal at some map zoom levels.

Link copied to clipboard

Data will be scaled extensively to share the same data tiles across 3-5 map zoom levels. This results in drastically reduced data resolution but the highest bandwidth and rendering optimization.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.