Ejemplo n.º 1
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();
 }
Ejemplo n.º 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();
 }
Ejemplo n.º 3
0
 public void SetOptions(MapOptions options)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 4
0
 public void SetOptions(MapOptions options)
 {
     throw new NotImplementedException();
 }