(Created page with "<div style="float:right; clear:both; margin-left:0.5em;">__TOC__</div> <span STYLE="font-size: xx-large"><code>gn:act_getNominatimData</code></span> [[Category:Action_Library]...") |
m |
||
Line 3: | Line 3: | ||
[[Category:Action_Library]] | [[Category:Action_Library]] | ||
− | ;Description: Action used extract address parts from NOMINATIM data. | + | ;Description: Action used extract address parts from [https://nominatim.openstreetmap.org/ NOMINATIM] data. |
;Action returns: void | ;Action returns: void |
Latest revision as of 17:31, 24 January 2018
gn:act_getNominatimData
- Description
- Action used extract address parts from NOMINATIM data.
- Action returns
- void
Action signatures
Get nominatim data
[gn:act_getNominatimData]|[target(DTGps);keyword,variable;keyword2,variable2;...]
Parameter Description target
target which will receive focus - Valid target:
keyword
string which represents which value will be extracted from nominatim data - Valid value:
- keyword
-
street
-
city
-
county
-
country
-
postCode
-
houseNumber
-
address
-
- keyword
Example
@+id/gps
- GPS widgetpostCode
- keyword@variable/postcode
- postcode target widgetcity
- keyword@variable/city
- city target widget
- ⤷
[gn:act_getNominatimData]|[@+id/gps;postCode,@variable/postcode;city,@variable/city]
- ⤷