In an application that I'm building,
I am trying to send my location info(Lat,Long/ Geocoded) to my emergency contact list.
I am assuming that all my recipients are using smartphones(Android/iOS)
Until now, the application sends my location info as a string through SMS:
"I am at: " + Some Geocoded Location
However, I thought that this is not an optimal way of sending the exact location info.
So, I was thinking if it was possible to generate a map through Google Maps API with a
pinpoint/dot on it, and send a link to that map.
Can this be done in Device level(Without contacting any servers)
Or, can this be done by making my own map website?
Or, is this not possible at all?
I'd appreciate better approaches and suggestions as well.
Thank you in advance
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…