Ejemplo n.º 1
0
 protected override void OnDestroy()
 {
     GLMapManager.RemoveStateListener(this);
     if (markerLayer != null)
     {
         markerLayer.Dispose();
         markerLayer = null;
     }
     base.OnDestroy();
 }
Ejemplo n.º 2
0
 protected override void OnDestroy()
 {
     GLMapManager.RemoveStateListener((IStateListener)this);
     base.OnDestroy();
 }