Esempio n. 1
0
 /// <summary>
 ///     The set options.
 /// </summary>
 /// <param name="options">
 ///     The options.
 /// </param>
 public extern void SetOptions(KmlLayerOptions options);
Esempio n. 2
0
 /// <summary>
 ///     Creates a KmlLayer which renders the contents of the specified
 ///     KML/KMZ file
 ///     (https://developers.google.com/kml/documentation/kmlreference) or
 ///     GeoRSS file (http://www.georss.org).
 /// </summary>
 /// <param name="options">Options parameter.</param>
 public extern KmlLayer(KmlLayerOptions options = null);