Exemplo n.º 1
0
 public IkarusMapControl()
 {
     home = new WayPoint("HOME", singleton.HomeLon, singleton.HomeLat);
     web_bg = new WebMapBackgrnd(this);
     //ozi_bg = new OziexplorerMapBackgrnd();
     map = web_bg;
     mensaje = null;
     SetCenter(home);
     InitializeComponent();
     this.DoubleBuffered = true;
 }
Exemplo n.º 2
0
 public IkarusMapControl()
 {
     home   = new WayPoint("HOME", singleton.HomeLon, singleton.HomeLat);
     web_bg = new WebMapBackgrnd(this);
     //ozi_bg = new OziexplorerMapBackgrnd();
     map     = web_bg;
     mensaje = null;
     SetCenter(home);
     InitializeComponent();
     this.DoubleBuffered = true;
 }