I want to create an app which sends a text message with user location in the form of url so that receiver can access the location of user using browser or google map(if install on user device)..
i am able to extract longi lati and address of the user .. but i want to know how to convert them into url..
For example:
user send the message by clicking send button (a location will be send in the form of url)
receiver get the message (which contains url).. by just clicking url he will be redirected to browser or google map application.. and receiver can view current location of sender.
So i just want to know how to create a url of our current location.. it will be more helpful if you can share me some kind of link or code of generating url.