Table of Contents

Class TileOptions

Namespace
Maplibre.NativeFfi.Map
Assembly
Maplibre.NativeFfi.dll

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

double?

LodMode

public TileLodMode? LodMode { get; set; }

Property Value

TileLodMode?

LodPitchThreshold

public double? LodPitchThreshold { get; set; }

Property Value

double?

LodScale

public double? LodScale { get; set; }

Property Value

double?

LodZoomShift

public double? LodZoomShift { get; set; }

Property Value

double?

PrefetchZoomDelta

public uint? PrefetchZoomDelta { get; set; }

Property Value

uint?