Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
en:help:v2:intents [2020/04/28 13:00] alpinequesten:help:v2:intents [2022/08/05 11:32] alpinequest
Line 24: Line 24:
 | net.psyberia.intent.extra.LATITUDE  | Double  | WGS84 latitude.  | | net.psyberia.intent.extra.LATITUDE  | Double  | WGS84 latitude.  |
 | net.psyberia.intent.extra.ELEVATION  | Double  | WGS84 elevation (meters).  | | net.psyberia.intent.extra.ELEVATION  | Double  | WGS84 elevation (meters).  |
 +| net.psyberia.intent.extra.HEADING  | Double  | Heading of movement (degrees).  |
 | net.psyberia.intent.extra.NAME  | String  | name of the point (ignored if using a track ID).  | | net.psyberia.intent.extra.NAME  | String  | name of the point (ignored if using a track ID).  |
 | net.psyberia.intent.extra.COMMENT  | String  | comment of the point (ignored if using a track ID).  | | net.psyberia.intent.extra.COMMENT  | String  | comment of the point (ignored if using a track ID).  |
 | net.psyberia.intent.extra.DESCRIPTION  | String  | description of the point (ignored if using a track ID).  | | net.psyberia.intent.extra.DESCRIPTION  | String  | description of the point (ignored if using a track ID).  |
 | net.psyberia.intent.extra.ICON  | String  | icon name of the point (ignored if using a track ID).  | | net.psyberia.intent.extra.ICON  | String  | icon name of the point (ignored if using a track ID).  |
 +| net.psyberia.intent.extra.MOVE_TO  | Boolean  | Whether or not move the map center over the location.  |
  
 __Example in Automate__:\\ __Example in Automate__:\\
Line 86: Line 88:
 | latitude  | Double  | WGS84 latitude.  | | latitude  | Double  | WGS84 latitude.  |
 | elevation  | Double  | WGS84 elevation (meters).  | | elevation  | Double  | WGS84 elevation (meters).  |
 +| heading  | Double  | Heading of movement (degrees).  |
 | name  | String  | name of the point (ignored if using a track ID).  | | name  | String  | name of the point (ignored if using a track ID).  |
 | comment  | String  | comment of the point (ignored if using a track ID).  | | comment  | String  | comment of the point (ignored if using a track ID).  |
 | description  | String  | description of the point (ignored if using a track ID).  | | description  | String  | description of the point (ignored if using a track ID).  |
 | icon  | String  | icon name of the point (ignored if using a track ID).  | | icon  | String  | icon name of the point (ignored if using a track ID).  |
 +| move_to  | Boolean  | Whether or not move the map center over the location.  |
  
 __Example in Automate__:\\ __Example in Automate__:\\