コード例 #1
0
ファイル: Marker.cs プロジェクト: Kingefosa/Serenity
 /// <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();
 }
コード例 #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();
 }
コード例 #3
0
ファイル: Marker.cs プロジェクト: Kingefosa/Serenity
 public void SetOptions(MarkerOptions options)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public void SetOptions(MarkerOptions options)
 {
     throw new NotImplementedException();
 }