I am using MapPoint COM in small tool for work. It takes addresses from text file and imports as stops to MapPoint.
As far as I know there are not many features or methods I can work with to get more out of MapPoint COM. Which brings me to a questions, how, if I may, extend COM to get more out of it?
Here are few ideas what I mean by extend
- External list (DataSource) for Waypoints
- Custom events for MapPoint.ActiveMap.ActiveRoute.Waypoints (i.e. when waypoint added, deleted, selection changed, etc) {not important if custom List can be set as datasource, see aove}
- Custom MapPoint.Waypoint Objects