hello i need get my current geolocation and that I leave the city and country, it's for mobile
Thanks
Hi emilio,
first get the geolocation of the place using the location plugin, which is available in the forge and after that do reverse geocoding that will provide you the location address.Here is the google documentation link how to do reverse geocoding with the latitude and longitude values https://developers.google.com/maps/documentation/geocoding/start?csw=1#ReverseGeocoding
Hope this will help you .
Regards,
Koushik