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