feat: 实现手势调整坡度
This commit is contained in:
@@ -3,4 +3,7 @@ package com.icegps.geotools.model
|
||||
interface IPoint {
|
||||
var x: Double
|
||||
var y: Double
|
||||
}
|
||||
}
|
||||
|
||||
val IPoint.longitude: Double get() = x
|
||||
val IPoint.latitude: Double get() = y
|
||||
Reference in New Issue
Block a user