Table of Contents

Class CustomGeometrySourceOptions

Namespace
Maplibre.NativeFfi.Style
Assembly
Maplibre.NativeFfi.dll
public sealed class CustomGeometrySourceOptions
Inheritance
CustomGeometrySourceOptions
Inherited Members

Properties

Buffer

public double? Buffer { get; set; }

Property Value

double?

CancelTile

public CustomGeometrySourceCallback? CancelTile { get; set; }

Property Value

CustomGeometrySourceCallback

Clip

public bool? Clip { get; set; }

Property Value

bool?

FetchTile

public CustomGeometrySourceCallback? FetchTile { get; set; }

Property Value

CustomGeometrySourceCallback

MaximumZoom

public double? MaximumZoom { get; set; }

Property Value

double?

MinimumZoom

public double? MinimumZoom { get; set; }

Property Value

double?

TileSize

public uint? TileSize { get; set; }

Property Value

uint?

Tolerance

public double? Tolerance { get; set; }

Property Value

double?

Wrap

public bool? Wrap { get; set; }

Property Value

bool?