Class OfflineRegionDefinition.TilePyramid
- Namespace
- Maplibre.NativeFfi.Offline
- Assembly
- Maplibre.NativeFfi.dll
public sealed record OfflineRegionDefinition.TilePyramid : OfflineRegionDefinition, IEquatable<OfflineRegionDefinition>, IEquatable<OfflineRegionDefinition.TilePyramid>
- Inheritance
-
OfflineRegionDefinition.TilePyramid
- Implements
-
- Inherited Members
-
Constructors
TilePyramid(string, LatLngBounds, double, double, float, bool)
public TilePyramid(string StyleUrl, LatLngBounds Bounds, double MinimumZoom, double MaximumZoom, float PixelRatio, bool IncludeIdeographs)
Parameters
StyleUrl string
Bounds LatLngBounds
MinimumZoom double
MaximumZoom double
PixelRatio float
IncludeIdeographs bool
Properties
Bounds
public LatLngBounds Bounds { get; init; }
Property Value
- LatLngBounds
IncludeIdeographs
public bool IncludeIdeographs { get; init; }
Property Value
- bool
MaximumZoom
public double MaximumZoom { get; init; }
Property Value
- double
MinimumZoom
public double MinimumZoom { get; init; }
Property Value
- double
PixelRatio
public float PixelRatio { get; init; }
Property Value
- float
StyleUrl
public string StyleUrl { get; init; }
Property Value
- string