ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps Namespace / MapSource Enumeration

In This Topic
    MapSource Enumeration
    In This Topic
    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