View Single Post

  #9 (permalink)  
Old 05-11-2008
nasirgul nasirgul is offline
Member
Yellow Belt
 
Join Date: Mar 2008
Posts: 37
Re: Get new Lat & Lon from speed

Well let you describe from start. I want to develop an application which don't use hardware. 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
Reply With Quote