But I have one problem. I often need to see on the map the position of another moving object, which is not very far from me but I can not see it because of trees or another visual obstacles. The distance from me to another man or a dog is a few hundred meters maximum. I wrote an android program that gets the coordinates of this object from the online service (or without it, directly through wireless sub-gigahertz transceivers) and creates mock location source "RemoteGPS" for AlpineQuest. Switching source of positioning from real GPS to "RemoteGPS" I can see my location and the object location serially but not in the same time. In the forest it is not very informative but very tedious.
I tried to use Android intent mechanism described here viewtopic.php?f=3&t=2618 to add at least a regular waypoint to see it later on the map at the same time as my location, but unfortunately I did not succeed with AlpineQuest version 2.0.4 (r3456) I have taken from 4pda forum.
Is it possible to use this mechanism to display another moving object, for example:
- "psyberia.alpinequest.free.intent.action.REALTIMEMARKER_SHOW": Show the real-time marker on the map. String called "name" specifies a name, string called "lat" specifies a latitude,string "lon" specifies a longitude.
- "psyberia.alpinequest.free.intent.action.REALTIMEMARKER_HIDE": Hide the real-time marker on the map. String called "name" specifies a name.