Class OfflineRegionDefinition.GeometryRegion
public sealed record OfflineRegionDefinition.GeometryRegion : OfflineRegionDefinition, IEquatable<OfflineRegionDefinition>, IEquatable<OfflineRegionDefinition.GeometryRegion>
- Inheritance
-
OfflineRegionDefinition.GeometryRegion
- Implements
- Inherited Members
Constructors
GeometryRegion(string, byte[], double, double, float, bool)
public GeometryRegion(string StyleUrl, byte[] Geometry, double MinimumZoom, double MaximumZoom, float PixelRatio, bool IncludeIdeographs)
Parameters
StyleUrlstringGeometrybyte[]MinimumZoomdoubleMaximumZoomdoublePixelRatiofloatIncludeIdeographsbool
Properties
Geometry
public byte[] Geometry { get; }
Property Value
- byte[]
IncludeIdeographs
public bool IncludeIdeographs { get; }
Property Value
MaximumZoom
public double MaximumZoom { get; }
Property Value
MinimumZoom
public double MinimumZoom { get; }
Property Value
PixelRatio
public float PixelRatio { get; }
Property Value
StyleUrl
public string StyleUrl { get; }
Property Value
Methods
Equals(GeometryRegion?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(OfflineRegionDefinition.GeometryRegion? other)
Parameters
otherOfflineRegionDefinition.GeometryRegionAn object to compare with this object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.