Map Coordinate System
data class MapCoordinateSystem( var identifier: String, var bounds: RectCoord, var unitToScreenMeterFactor: Float)
Content copied to clipboard
Constructors
Link copied to clipboard
fun MapCoordinateSystem( identifier: String, bounds: RectCoord, unitToScreenMeterFactor: Float)
Content copied to clipboard