ComponentOne Maps for WPF and Silverlight
C1.Silverlight.Maps Namespace / VirtualEarthHybridSource Class / VirtualEarthHybridSource Constructor / VirtualEarthHybridSource Constructor(String)

In This Topic
    VirtualEarthHybridSource Constructor(String)
    In This Topic
    Initializes a new VirtualEarthHybridSource with a Bing Maps Key.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal key As String _
    )
    public VirtualEarthHybridSource( 
       string key
    )

    Parameters

    key
    Remarks
    See this MSDN article for information on how to get a Bing Maps Key.
    See Also