/// <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(); }
public void SetOptions(MarkerOptions options) { throw new NotImplementedException(); }