Community of VE/MapPoint Users and Developers
This is a discussion on plot history of vehicle within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; Hi All our vehicles have stored records of their record lat/lon's and we want to show these on the map ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
|
Hi, I suggest for each vehicle a pushpin, and in the balloon you can display additional information like datetime, or highlight some importand vehicle states if any. So for each record something like this: Code: Location Loc = MP.ActiveMap.GetLocation(Lat, Lon, 1);
Pushpin PP = MP.ActiveMap.AddPushpin(Loc, VehicleName);
PP.Symbol = Symbol;
PP.Note = Datetime + "\r\n" + SomeOtherField;
if (ShouldDisplayBalloon)
PP.BalloonState = GeoBalloonState.geoDisplayBalloon;
if (SomeCondition)
PP.Highlight = true;
__________________ rgds, Wilfried Mestdagh www.mestdagh.biz MapPoint coding demo Order MapPoint 2009 with Routing and User Tools Spreadsheet |
| |||
|
Hi, Quote:
__________________ rgds, Wilfried Mestdagh www.mestdagh.biz MapPoint coding demo Order MapPoint 2009 with Routing and User Tools Spreadsheet |
![]() |
| Tags |
| history, plot, vehicle |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Anyone want to buy a full GPS-GSM vehicle tracking system? | Anonymous | MapPoint 2006/2009 Discussion | 7 | 04-09-2008 11:08 AM |
| using GPS vehicle tracking with Mappoint | tracker boy | MapPoint 2006/2009 Discussion | 1 | 11-07-2005 11:52 AM |
| almost realtime vehicle position in MP2004 | Wilfried | MapPoint 2006/2009 Discussion | 0 | 01-05-2005 01:43 PM |
| plot history of vehicle | starbuck | MapPoint Web Service and Virtual Earth | 0 | 01-03-2005 07:10 PM |
| Vehicle simulation and location detection | frenstall | MapPoint 2006/2009 Discussion | 2 | 02-11-2004 04:07 PM |