Ejemplo n.º 1
0
 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);
 }
Ejemplo n.º 2
0
        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);
        }