Hi Guys
i need an idea how to do the following and i dont know where to start .
ive build a simple gps application which recognize specific place , but i can't go any further .
i would like to perform the following :
check if im in the "Right" location (based on location in array)
if so , start check events one after another for this location .
for example check if the time waited from arrival to this coordinates is more the 20 sec then print something .
then check if orientation change to north and print something .
do it for all the events for this location .
then wait untill user come to location 2 and do the same .
the following is pseudo xml/json file (can be db also)
location 1
coordinate 33.33
event 1 , wait 20 sec , print you wait 20 sec
event2 , change orientation north , print you looking north now
event3 ..
...
location 2
coordinate 45.13
event1 wait 10 sec , print you wait 10 sec
event2 wallk ten steps , print you walk 10 streps
location 3 ...
.....
** if its preferred , i can also pay for someone who will create the skeleton for it and i will continue from there .
Thanks ,
Zohar
i need an idea how to do the following and i dont know where to start .
ive build a simple gps application which recognize specific place , but i can't go any further .
i would like to perform the following :
check if im in the "Right" location (based on location in array)
if so , start check events one after another for this location .
for example check if the time waited from arrival to this coordinates is more the 20 sec then print something .
then check if orientation change to north and print something .
do it for all the events for this location .
then wait untill user come to location 2 and do the same .
the following is pseudo xml/json file (can be db also)
location 1
coordinate 33.33
event 1 , wait 20 sec , print you wait 20 sec
event2 , change orientation north , print you looking north now
event3 ..
...
location 2
coordinate 45.13
event1 wait 10 sec , print you wait 10 sec
event2 wallk ten steps , print you walk 10 streps
location 3 ...
.....
** if its preferred , i can also pay for someone who will create the skeleton for it and i will continue from there .
Thanks ,
Zohar