Exemplo n.º 1
0
 private void InitializeMembers()
 {
     this.projection  = null;
     this.layers      = new List <Layer>();
     this.dataSources = new List <DataSource>();
 }
Exemplo n.º 2
0
 public MapGeographySink(Projection projection)
 {
     this.projection = projection;
 }