Interface IUnitConverter
Namespace: Mapsui.Widgets.ScaleBar
Assembly: Mapsui.dll
Syntax
public interface IUnitConverter
Properties
| Edit this page View SourceMeterRatio
Declaration
double MeterRatio { get; }
Property Value
Type | Description |
---|---|
double |
ScaleBarValues
Declaration
IEnumerable<int> ScaleBarValues { get; }
Property Value
Type | Description |
---|---|
IEnumerable<int> |
Methods
| Edit this page View SourceGetScaleText(int)
Declaration
string GetScaleText(int mapScaleValue)
Parameters
Type | Name | Description |
---|---|---|
int | mapScaleValue |
Returns
Type | Description |
---|---|
string |