コード例 #1
0
ファイル: Map.cs プロジェクト: CodeFork/Serenity
 /// <summary>
 /// Creates a new map inside of the given HTML container, which is typically a DIV element.
 /// </summary>
 public Map(System.Html.Element mapDiv, MapOptions opts)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: Map.cs プロジェクト: davidzhang9990/SimpleProject
 /// <summary>
 /// Creates a new map inside of the given HTML container, which is typically a DIV element.
 /// </summary>
 public Map(System.Html.Element mapDiv, MapOptions opts)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
ファイル: Map.cs プロジェクト: CodeFork/Serenity
 public void SetOptions(MapOptions options)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
ファイル: Map.cs プロジェクト: davidzhang9990/SimpleProject
 public void SetOptions(MapOptions options)
 {
     throw new NotImplementedException();
 }