Exemple #1
0
 public MapViewRepresentations GetBestMapView(Location[] locations, string dataSourceName)
 {
     object[] results = this.Invoke("GetBestMapView", new object[] {
                 locations,
                 dataSourceName});
     return ((MapViewRepresentations)(results[0]));
 }
Exemple #2
0
 /// <remarks/>
 public System.IAsyncResult BeginGetBestMapView(Location[] locations, string dataSourceName, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetBestMapView", new object[] {
                 locations,
                 dataSourceName}, callback, asyncState);
 }