summaryrefslogtreecommitdiff
path: root/navit/coord.h
diff options
context:
space:
mode:
authorlains <lains@caramail.com>2019-10-23 21:38:52 +0200
committerPierre GRANDIN <pgrandin@users.noreply.github.com>2019-10-23 13:38:52 -0600
commit7021575af7578fc54c46c61e13835941183b652f (patch)
tree91fc8eb36f65fd708e0486e490447d7b91dc8bb5 /navit/coord.h
parent9ae8f5770b0fe310cec8f0da7b6bdf2a3920588c (diff)
downloadnavit-7021575af7578fc54c46c61e13835941183b652f.tar.gz
Add/Android Supporting sending & receiving geo: intents (#812)
Diffstat (limited to 'navit/coord.h')
-rw-r--r--navit/coord.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/navit/coord.h b/navit/coord.h
index cad6a86e8..f3601830d 100644
--- a/navit/coord.h
+++ b/navit/coord.h
@@ -113,13 +113,13 @@ struct coord_geo_cart {
enum coord_format
{
/**
- * Degrees with absolute decimal places (positive or negative)
- * ie -20.500000 -110.500000
- */
+ * Degrees with absolute decimal places (positive or negative)
+ * ie -20.500000 -110.500000
+ */
DEGREES_DECIMAL_ABSOLUTE,
/**
- * Degrees with decimal places.
+ * Degrees with decimal places (positive with heading)
* ie 20.500000°N 110.500000°E
*/
DEGREES_DECIMAL,