Android MapView overlay disappearing when zooming in
问题 I'm working on a simple Android app for plotting routes on a map. All is going well, but I have an issue when zooming in on my Samsung Galaxy S2. It works fine on a Galaxy S3, so I'm wondering whether it's related to memory management on the lower specced device. It also works fine on the emulator. Here is equivalent code located in the overlays onDraw method, just condensed for posting here: Point current = new Point(); Path path = new Path(); Projection projection = mapView.getProjection();