mirror of
https://github.com/valmojr/armatak.git
synced 2026-08-19 00:12:56 +00:00
moved project extension to root folder (will be a single DLL, soo ok)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
pub struct Marker {
|
||||
pub longitude: f64,
|
||||
pub latitude: f64,
|
||||
pub name: String,
|
||||
pub uid: String,
|
||||
pub r#type: Option<String>,
|
||||
pub course: Option<i32>,
|
||||
pub azimuth: Option<i32>,
|
||||
pub speed: Option<i32>,
|
||||
pub battery: Option<i32>,
|
||||
pub fov: Option<i32>,
|
||||
pub ce: Option<i32>,
|
||||
pub hae: Option<i32>,
|
||||
pub le: Option<i32>,
|
||||
}
|
||||
Reference in New Issue
Block a user