Well let you describe from start. I want to develop an application which don't use hardwar
e. In mine project i have inputs for Latitude & Longitude. I want to show it on map as random like moving object and calculate how much lat & lon has to change when a object is moving with a defined speed, Only the direction will be random(like moving onject). (its more like data comes from original GPS but in this i am not using GPS hardware, just act as dummy).
Code:
In mine mind i think if i will set some default speed in the beginning with lat & lon, it keeps on showing me next position if i will use
random(input speed);
so what do u think about it.
Nasir