Ejemplo n.º 1
0
        private void ARMode(object sender, GetPOILocationListEventArgs e)
        {
            IMapMenuView mapmenu = GetComponent <MapMenuController>().GETMapMenuView();

            mapmenu.setPOIList(e.poiLocations);
            mapmenu.SpatialExploration();
        }
Ejemplo n.º 2
0
        private void SendPOIListToMapMenu(object sender, GetPOILocationListEventArgs e)
        {
            IMapMenuView mapMenuModel = mapMenuController.GETMapMenuView();

            mapMenuModel.setPOIList(e.poiLocations);
        }