public WebMapBackgrnd(IkarusMapControl map) { mapControl = map; if (me.GoogleMapsCookie == null) imageProxy = new MicrosoftProxy(); else imageProxy = new GoogleProxy(me.GoogleMapsCookie); imageProxy.listeners += notify; geo = new GeoPos(new WayPoint("gps", -6.003753, 37.391162), 10); }
public WebMapBackgrnd(IkarusMapControl map) { mapControl = map; if (me.GoogleMapsCookie == null) { imageProxy = new MicrosoftProxy(); } else { imageProxy = new GoogleProxy(me.GoogleMapsCookie); } imageProxy.listeners += notify; geo = new GeoPos(new WayPoint("gps", -6.003753, 37.391162), 10); }
public TaskImageDisk(ImageProxy imageProxy) { this.imageProxy = imageProxy; queue = new Queue<ImageQuery>(); inet = new TaskImageInet(imageProxy); }
public TaskImageInet(ImageProxy imageProxy) { this.imageProxy = imageProxy; queue = new Queue <ImageQuery>(); }
public TaskImageInet(ImageProxy imageProxy) { this.imageProxy = imageProxy; queue = new Queue<ImageQuery>(); }
public TaskImageDisk(ImageProxy imageProxy) { this.imageProxy = imageProxy; queue = new Queue <ImageQuery>(); inet = new TaskImageInet(imageProxy); }