private void ARMode(object sender, GetPOILocationListEventArgs e) { IMapMenuView mapmenu = GetComponent <MapMenuController>().GETMapMenuView(); mapmenu.setPOIList(e.poiLocations); mapmenu.SpatialExploration(); }
private void SendPOIListToMapMenu(object sender, GetPOILocationListEventArgs e) { IMapMenuView mapMenuModel = mapMenuController.GETMapMenuView(); mapMenuModel.setPOIList(e.poiLocations); }