Maps for ASP.NET Web Forms
MapSource Enumeration

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Maps Namespace : MapSource Enumeration
Specifies the map source for the tile layer.
Syntax
'Declaration
 
Public Enum MapSource 
   Inherits System.Enum
public enum MapSource : System.Enum 
Members
MemberDescription
BingMapsAerialSourceUse the bing maps with aerial style.
BingMapsHybridSourceUse the bing maps with hybrid style.
BingMapsRoadSourceUse the bing maps with road style.
CustomSourceUse the C1Maps.CustomSource as the tile server.
NoneDoes not show the tile layer.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1Maps.MapSource

See Also

Reference

C1.Web.Wijmo.Controls.C1Maps Namespace