VC_Man
11-09-2007, 03:56 AM
Hello mappoint programmers, it's been a while not working with Mappoint, but because I'm rewriting my C++ application to C# I have some questions to understand Mappoint better.
In Mappoint there is a class Map.Symbols which supposes to hold all the symbols in the map. But does it mean I can't create multiple Map.Symbols objects so I can save groups of symbols in several Symbols bucket?
What I tried to achieve is to create a Map.Symbols object for each group of symbols (i.e. client pushpins, PR pushpins, Fleet pushpins etc...). But if multiple objects of type Map.Symbols are not possible, than I need to solve my problem in a different way.
Thank you.
In Mappoint there is a class Map.Symbols which supposes to hold all the symbols in the map. But does it mean I can't create multiple Map.Symbols objects so I can save groups of symbols in several Symbols bucket?
What I tried to achieve is to create a Map.Symbols object for each group of symbols (i.e. client pushpins, PR pushpins, Fleet pushpins etc...). But if multiple objects of type Map.Symbols are not possible, than I need to solve my problem in a different way.
Thank you.