Inheritance: IOnMapReadyCallback, Android.Support.V7.View.ActionMode.ICallback, ClusterManager.IOnClusterClickListener, ClusterManager.IOnClusterItemClickListener
 public HomeButtonClickListener(MainActivity context)
 {
     _context = context;
 }
 public CustomDrawerToggle(MainActivity context)
 {
     _context = context;
 }
 public NavigationItemSelectedListener(MainActivity context)
 {
     _context = context;
 }