constructor-igor / sms2

simple android sms messenger
0 stars 0 forks source link

Add to message special command: link to google map #21

Closed constructor-igor closed 10 years ago

constructor-igor commented 10 years ago

add special command, for example, @map, and sms2 instead of the command will add link to google map with current coordinates.

samples: https://www.google.co.il/maps/place/31%C2%B053'55.4%22N+34%C2%B049'32.7%22E/@31.8987218,34.82575,15z/data=!3m1!4b1!4m2!3m1!1s0x0:0x0?hl=en

or

https://www.google.co.il/maps/place/31°53'55.4"N+34°49'32.7"E

or

https://www.google.co.il/maps/place/31.898722N+34.825750E

notes:

references: http://developer.xamarin.com/recipes/android/os_device_resources/gps/get_current_device_location/