MeasureUnit Constructors
Represents a measure unit used by a map.| Name | Parameters | Description |
|---|---|---|
| MeasureUnit() | none | Initializes a new instance of the MeasureUnit class with default settings. |
| MeasureUnit(Double, String, String) | metersInUnit, name, abbreviation | Initializes a new instance of the MeasureUnit class with the specified parameters. |
See Also