Location layer: lazy rendering start for performance #171

This commit is contained in:
Emux
2016-11-16 14:18:14 +02:00
parent 4aaa1ce620
commit add62c9fe8
2 changed files with 2 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ public class LocationLayer extends Layer {
super(map);
mRenderer = locationRenderer = new LocationRenderer(mMap, this);
setEnabled(false);
}
@Override