I’m trying to pass user’s device location to Google Map API.
Using Tiggzi’s Geolocation Device I get user’s latitude and longitude as two separate parameters.
Google Map API requires the location Request parameter to be in the format of address or textual latitude/longitude value.
For example -33.8670522,151.1957362.
What’s the best way to convert the two parameters I get into this format?
Thank you!