Re: GPS Map
Peter <pvrequiz@xxxxxxxxx> wrote:
Hello Everyone, I am need to idea how to build an application which
display a icon (car) in a map. Like the GPS application out there.
So far I can read the GPS and get the position on grade or grade and
minutes, from my NMEA protocol
But I need to plot that information into a map.
There are many ways one might do that. What I do is to create a DC
which holds image of the icon (or bitmap), DC of identical size for
temporary storage and BitBlt to and from the DC that has the map.
1) from map DC to tempDC so image can be retrieved.
2) from icon DC to map DC to place icon
3) from tempDC to map DC to erase the icon
and so on.
Cheers,
Henryk
.
Relevant Pages
- Displaying rotated ImageIcon on JScrollPane with menu bar
... map, so I am drawing on a JPanel inside a JScrollPane inside a JFrame. ... Graphics2D.drawImageto draw the map image on the JPanel. ... Transformation to rotate the graphics around the icon position ... public class ScrollMap extends JFrame ... (comp.lang.java.gui) - Creating Interactive Maps
... I need to display a map of North American on the Map. ... to drag icons from another window onto the map. ... need to "capture" the icon and determine whether or not the icon is in ... America with the cities Los Angeles, New York, Dallas, Tampa Bay, ... (comp.lang.java.gui) - Re: Far Cry 2: The Penultimate Impression Thread
... checkpoint I'll get a "Scouted" message and the icon on the map goes ... its icon changes on the map to indicate this. ... go if you need ammo or medical syringes or whatnot. ... (comp.sys.ibm.pc.games.action) - Re: Rfc map link
... "Christine Dabney" wrote ... Google upgraded the map, and the old link doesn't work any more. ... Well, to redo your location, I need to delete your old icon first. ... do you place your marker. ... (rec.food.cooking) - Re: A new, simpler GPS?
... "unremittingly user hostile" are poles apart. ... I never said that the Active 10 isn't easier to use than a conventional GPS. ... and you can take the map out and use ... Battery consumption is worse, there are fewer features, no altimeter ... (uk.rec.walking) |
|