fix: add GeodeticCoordinate
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.icegps.shared.model
|
||||
|
||||
/**
|
||||
* @author tabidachinokaze
|
||||
* @date 2025/11/27
|
||||
*/
|
||||
data class GeodeticCoordinate(
|
||||
override val latitude: Double,
|
||||
override val longitude: Double,
|
||||
override val altitude: Double
|
||||
) : IGeoPoint
|
||||
Reference in New Issue
Block a user