mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 21:03:29 +00:00
added marker struct
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
use serde::Serialize;
|
||||||
|
|
||||||
|
#[derive(Serialize)]
|
||||||
pub struct Marker {
|
pub struct Marker {
|
||||||
pub longitude: f64,
|
pub longitude: f64,
|
||||||
pub latitude: f64,
|
pub latitude: f64,
|
||||||
|
|||||||
Reference in New Issue
Block a user