예제 #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();
 }