hey guys,
in a project im working on, users have a gps enabled mobile phone. those new ones that have map with direction and everything.
on the website we store map locations with lat,long and i need to send these to a mobile via sms. the sms part is solved but i dont know how to send the latitude and longitude so that it can be automatically recognized as a map location not just a text message that a user writes down the coordinates and inserts them into a map.
ive googled alot for key words like "mobile gps location with sms" but found nothing useful.
so by any chance , does anyone know the format i should send the latitude and longitude to the mobile device?
thnx in advance,
sending latitude, longitude to gps mobile via sms
Started by amrosama, Mar 06 2010 10:01 PM
7 replies to this topic
#1
Posted 06 March 2010 - 10:01 PM
yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
www.amrosama.com | the unholy methods of javascript
|
|
|
#2
Guest_Jaan_*
Posted 07 March 2010 - 05:56 AM
Guest_Jaan_*
Um.. I guess you have to send a sms to a server, there you gotta process it with cronjob and then take that info from that sms.. then you need a some kind of database where are all those map things in it.. and then you have to compare your sms and that database.. and then you will get your answer.
#3
Posted 07 March 2010 - 06:39 AM
sorry if i wasnt clear about that :amr:
im sending the latitude,long from server to client mobile
im sending the latitude,long from server to client mobile
yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
www.amrosama.com | the unholy methods of javascript
#4
Guest_Jaan_*
Posted 07 March 2010 - 07:49 AM
Guest_Jaan_*
Oh, hmm.. Well first you need a sms this hosting thingy.. or something like that.. but I'm not sure how it's possible to do that what you want.. :/
#5
Posted 07 March 2010 - 11:21 AM
the sms part is done, i found a great service by "clickatell.com" gives you an api that you can use to send smss, it also covers almost the whole world
but my problem is the format that i send to the mobile so that the mobile can automatically read a map point without copying(or entering) the coordinates.
anyways, thanks jaan for your try :amr: , maybe someone will come up with something in the near future :)
but my problem is the format that i send to the mobile so that the mobile can automatically read a map point without copying(or entering) the coordinates.
anyways, thanks jaan for your try :amr: , maybe someone will come up with something in the near future :)
yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
www.amrosama.com | the unholy methods of javascript
#6
Posted 07 March 2010 - 11:50 AM
I'm pretty sure what you are trying to do is phone dependent. However, can you just send them a URL?
example.com might be Google Maps.
Quote
Go here:
Example Web Page
Example Web Page
#7
Posted 07 March 2010 - 12:02 PM
i guess that would solve it. simple and easy
thnx john i dont know how i missed that idea
thnx john i dont know how i missed that idea
yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
www.amrosama.com | the unholy methods of javascript
#8
Posted 07 March 2010 - 12:26 PM
The URL was actually [noparse]http://www.example.c...ong=xxx?lat=yyy[/noparse] but vB parsed it :| - but I suppose you get the idea.


Sign In
Create Account


Back to top









