Ejemplo 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>
 public Marker(MarkerOptions opts)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
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();
 }
Ejemplo n.º 3
0
 public void SetOptions(MarkerOptions options)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 4
0
 public void SetOptions(MarkerOptions options)
 {
     throw new NotImplementedException();
 }