public override void OnLowMemory() { base.OnLowMemory(); if (mapFrag != null) { mapFrag.OnLowMemory(); } }