Table of Contents

Class TileSourceOptions

Namespace
Maplibre.NativeFfi.Style
Assembly
Maplibre.NativeFfi.dll
public sealed record TileSourceOptions : IEquatable<TileSourceOptions>
Inheritance
TileSourceOptions
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

Attribution

public string? Attribution { get; set; }

Property Value

string

Bounds

public LatLngBounds? Bounds { get; set; }

Property Value

LatLngBounds?

MaximumZoom

public double? MaximumZoom { get; set; }

Property Value

double?

MinimumZoom

public double? MinimumZoom { get; set; }

Property Value

double?

RasterEncoding

public RasterDemEncoding? RasterEncoding { get; set; }

Property Value

RasterDemEncoding?

Scheme

public TileScheme? Scheme { get; set; }

Property Value

TileScheme?

TileSize

public uint? TileSize { get; set; }

Property Value

uint?

VectorEncoding

public VectorTileEncoding? VectorEncoding { get; set; }

Property Value

VectorTileEncoding?