help with GPS
-
hi i standing in any position, i need to know if i'am in radius of 10 m from 32.226743,34.747009 position how to do it ? (i work on C# windows-mobile) thank's in advance
You want to know what classes to use or how to calculate it?
Don't forget to rate answer, that helped you. It will allow other people find their answers faster.
-
hi i standing in any position, i need to know if i'am in radius of 10 m from 32.226743,34.747009 position how to do it ? (i work on C# windows-mobile) thank's in advance
How to calculate distance[^] Wikipedia[^] Also wikipedia[^] that should help.
V.
-
hi i standing in any position, i need to know if i'am in radius of 10 m from 32.226743,34.747009 position how to do it ? (i work on C# windows-mobile) thank's in advance
Hi, You can use google API to find out the lattitude ,longitude of user current position. Then use the mathimatical formula to find out the distance. Thanks Rahul
People Laugh on me Because i am Different but i Laugh on them Because they all are same.
-
hi i standing in any position, i need to know if i'am in radius of 10 m from 32.226743,34.747009 position how to do it ? (i work on C# windows-mobile) thank's in advance
You may find the formula here http://mathforum.org/library/drmath/sets/select/dm_lat_long.html[^]
modified on Monday, July 26, 2010 9:44 PM