I have developed an application that shows one’s location on a map. How do I go about sharing my current location with others who are using my application? Is it possible to send them a notification to let them know my current location?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A format that I use to send a location is to leverage the
maps.google.comsite, like:This
Stringcan be inserted into a SMS or Email message. I found this site with some good info for formating a URL to automatically open a map centered on the given coordinates. A possible implementation for SMS could be:Where
loc_xandloc_yrepresent lat and lon from aLocationManagerinstance.