Class TileOptions
Tile tuning options descriptor.
public sealed record TileOptions : IEquatable<TileOptions>
- Inheritance
-
TileOptions
- Implements
- Inherited Members
Remarks
Compares and hashes by property value; keep an instance unmodified while it is a key in a hash-based collection.
Properties
LodMinimumRadius
public double? LodMinimumRadius { get; set; }
Property Value
LodMode
public TileLodMode? LodMode { get; set; }
Property Value
LodPitchThreshold
public double? LodPitchThreshold { get; set; }
Property Value
LodScale
public double? LodScale { get; set; }
Property Value
LodZoomShift
public double? LodZoomShift { get; set; }
Property Value
PrefetchZoomDelta
public uint? PrefetchZoomDelta { get; set; }
Property Value
- uint?