Пример #1
0
 /// <summary>
 /// this method will configure the map view by calling ConfigureMap on the MapRequestConfig
 /// </summary>
 public virtual void ConfigureMap()
 {
     MapRequestConfig.ConfigureMap(this.Map);
 }
Пример #2
0
 public void ConfigureMapView()
 {
     MapView = new WebMapView(this);
     MapRequestConfig.ConfigureMapView(MapView);
 }