Esempio n. 1
0
 void HandleMapClick(object sender, GoogleMap.MapClickEventArgs e)
 {
     currentShownID     = -1;
     currentShownMarker = null;
     pane?.SetState(InfoPane.State.Closed);
 }
Esempio n. 2
0
 public void OnGlobalLayout()
 {
     Activity.RunOnUiThread(() => pane.SetState(InfoPane.State.Closed, animated: false));
     View.ViewTreeObserver.RemoveGlobalOnLayoutListener(this);
 }