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