Class TileSourceOptions
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
Bounds
public LatLngBounds? Bounds { get; set; }
Property Value
MaximumZoom
public double? MaximumZoom { get; set; }
Property Value
MinimumZoom
public double? MinimumZoom { get; set; }
Property Value
RasterEncoding
public RasterDemEncoding? RasterEncoding { get; set; }
Property Value
Scheme
public TileScheme? Scheme { get; set; }
Property Value
TileSize
public uint? TileSize { get; set; }
Property Value
- uint?
VectorEncoding
public VectorTileEncoding? VectorEncoding { get; set; }