mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
docs: add location module documentation
This commit is contained in:
@@ -1,4 +1,14 @@
|
||||
//! Location handling.
|
||||
//!
|
||||
//! Delta Chat handles two kind of locations.
|
||||
//!
|
||||
//! There are two kinds of locations:
|
||||
//! - Independent locations, also known as Points of Interest (POI).
|
||||
//! - Path locations.
|
||||
//!
|
||||
//! Locations are sent as KML attachments.
|
||||
//! Independent locations are sent in `message.kml` attachments
|
||||
//! and path locations are sent in `location.kml` attachments.
|
||||
|
||||
use std::time::Duration;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user