Esempio n. 1
0
 /// <summary>
 ///     Creates a marker with the options specified. If a map is specified,
 ///     the marker is added to the map upon construction.
 ///     Note that the position must be set for the marker to display.
 /// </summary>
 /// <param name="opts">Options parameter.</param>
 public extern Marker(MarkerOptions opts = null);
Esempio n. 2
0
 /// <summary>
 ///     The set options.
 /// </summary>
 /// <param name="options">
 ///     The options.
 /// </param>
 public extern void SetOptions(MarkerOptions options);