Example #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>
 public Marker(MarkerOptions opts)
 {
     throw new NotImplementedException();
 }
 /// <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>
 public Marker(MarkerOptions opts)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public void SetOptions(MarkerOptions options)
 {
     throw new NotImplementedException();
 }
 public void SetOptions(MarkerOptions options)
 {
     throw new NotImplementedException();
 }