Find location on map component

Hi
i have some textboxes in which i put street, city, state, region and country
may i find the location joining all those textbox and show it on a map component?

Use any geocoding Api.
Google maps is quite popular but it needs billing.
You can try locationiq or foursquare as they are free.

thanks a lot
how do you suggest to use locatioiq in a kodular app?

Use web component and perform a GET request.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.