I am in the process of converting an application that was using MapInfo MapX with TAB files to now using MapSuite with shape fiiles. I have three street layers and three landmark layers. I can display the street layers and landmark layers just fine. What I need to add to the temporary layer is two points to mark an origin and destination, and a line to mark the route between these two points. I also need to add text to label the description of the origin and destination points. The user is not adding these to the map, it is being done in the code. So, my question is: should I have three separate layers for these shapes, or can they all go on one layer?
Actually, I think I have just answered part of my question. I have now been able to add the two points and the line to the one temporary layer. I just need to know how to label the points on the temporary layer (through code, not user interaction). I will post some code if you need it.
By the way, I have already looked at the quick start guide and most of the examples, but I will look at it again. Thanks.