/// <summary>
 /// Creates a KmlLayer which renders the contents of the specified KML/KMZ file (http://code.google.com/apis/kml/documentation/kmlreference.html) or GeoRSS file (www.georss.org).
 /// </summary>
 public KmlLayer(string url, KmlLayerOptions opts)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 /// <summary>
 /// Creates a KmlLayer which renders the contents of the specified KML/KMZ file (http://code.google.com/apis/kml/documentation/kmlreference.html) or GeoRSS file (www.georss.org).
 /// </summary>
 public KmlLayer(string url, KmlLayerOptions opts)
 {
     throw new NotImplementedException();
 }