Hello,
Is it possible to suspend the drawing of a map?
My application is the following. I have a map with all my vehicles on it (pushpins). Now it should also be possible to show only the vehicles of specific departments. When I change the department I do the following. I delete all the current pushpins and add all the new ones. The problem with this is that each pushpin is drawn seperatly + the most important and actually the biggest problem, is that there is a zoom to each pushpin. Ofcourse I already checked that I haven't programmed a zoom.
Many thanks in advance.