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]
- ⤷