Maps for WPF | ComponentOne
C1.WPF.Maps Namespace / VirtualEarthSource Class
Members

In This Topic
    VirtualEarthSource Class
    In This Topic
    Base class for Virtual Earth sources.
    Syntax
    'Declaration
     
    
    Public MustInherit Class VirtualEarthSource 
       Inherits QuadTreeTileSource
    public abstract class VirtualEarthSource : QuadTreeTileSource 
    Inheritance Hierarchy

    System.Object
       C1.WPF.Maps.MultiScaleTileSourceBase
          C1.WPF.Maps.MultiScaleTileSource
             C1.WPF.Maps.QuadTreeTileSource
                C1.WPF.Maps.VirtualEarthSource
                   C1.WPF.Maps.VirtualEarthAerialSource
                   C1.WPF.Maps.VirtualEarthHybridSource
                   C1.WPF.Maps.VirtualEarthRoadSource

    See Also