lonlat 1.1.0

LonLat and LonLatAlt geo-location types and utils.
Documentation
1
2
3
4
5
6
7
8
9
10
use crate::prelude::*;

#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
#[derive(Debug, Clone)]
pub enum Location
{
 Keyword(String),
 LonLat(LonLat),
}