When I click with two fingers on map(SDK 1.1.1) or try zooming and then return to the same zoom, places disappear, then I must drag map to see places. Just to know for next release.
I set mapComponent like below:
mapComponent.setSmoothZoom(true);
mapComponent.setDoubleClickZoomIn(false); // I use double click for something else... mapComponent.setDualClickZoomOut(false);
mapComponent.setShowOverlaysWhileZooming(false);
I add several Place and Line object on map. And like I said when I try to zoom with two fingers and return to the same zoom level from which I start zooming places and lines disappear. If you can't replicate I will send you code.
What kind of places do you have there? I cannot replicate it.
/JaakL