View Single Post

  #5 (permalink)  
Old 04-07-2008
Wilfried Wilfried is offline
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,105
Re: Showing GPS position?

Hi,

Quote:
Do you know if there are any potrntial memory leaks if I will apdate location of the pushpin with the rate that GPS sends its data? its like 10 times a sec...
I think it is better to update once a second.

Quote:
Also kind of similar question if I have pushpin with the sahpe of the triangle how can I rotate it to show the direction of the movement
You can add some bitmaps that indicates the direction and use them depending on current direction.

Quote:
how can I highlight the road where I have drove?
You cannot, but you can connect each position with a line, highlight line or an arrow line in color of your choice.

Quote:
Does MP supports vector overlies like google maps?
no.
Reply With Quote