gn:act_getNominatimData
- Description
- Action used extract address parts from NOMINATIM data to targets.
- Action returns
- void
Action signatures
Get nominatim data
[gn:act_getNominatimData]|[source(DTGps);keyword,target{n}]
keyword,target
pairs are separated by ;
Parameter Description source
source gps source which is used with NOMINATIM server to get address - Valid source:
keyword
string which represents which value will be extracted from nominatim data - Valid value:
- keyword
street
city
county
country
postCode
houseNumber
address
- keyword
variable
target
into which nominatim address part by keyword will be stored- Valid target:
Example
@+id/gps
- GPS widgetpostCode
- keyword@variable/postcode
- postcode targetcity
- keyword@variable/city
- city target
- ⤷
[gn:act_getNominatimData]|[@+id/gps;postCode,@variable/postcode;city,@variable/city]
- ⤷