initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.icegps.shared.model
|
||||
|
||||
/**
|
||||
* @author tabidachinokaze
|
||||
* @date 2025/11/22
|
||||
*/
|
||||
interface IGeoPoint {
|
||||
val longitude: Double
|
||||
val latitude: Double
|
||||
val altitude: Double
|
||||
}
|
||||
Reference in New Issue
Block a user