示例#1
0
 public MapaInterpolado()
 {
     lista = new ListaMapas();
     //lista.BuscarFiles(@"D:\Mapas José Antonio", "*.map", true);
     center = new WayPoint("", -6.126663f, 37.35648f);
     InitializeComponent();
 }
示例#2
0
 public MapaInterpolado()
 {
     lista = new ListaMapas();
     //lista.BuscarFiles(@"D:\Mapas José Antonio", "*.map", true);
     center = new WayPoint("", -6.126663f, 37.35648f);
     InitializeComponent();
 }
        public OziexplorerMapBackgrnd()
        {
            lista = new ListaMapas();
            lista.BuscarFiles(me.CacheMapsPath, "*.map", true);

            //lista.BuscarFiles(@"D:\Mapas José Antonio", "*.map", true);
            center = new WayPoint("", -6.1939f, 37.2630f);
        }
 public OziexplorerMapBackgrnd()
 {
     lista = new ListaMapas();
     lista.BuscarFiles(me.CacheMapsPath, "*.map", true);
     
     //lista.BuscarFiles(@"D:\Mapas José Antonio", "*.map", true);
     center = new WayPoint("", -6.1939f, 37.2630f);
 
 }