ComponentOne Maps for WPF and Silverlight
C1.Silverlight.Maps Namespace / C1Maps Class
Members

In This Topic
    C1Maps Class
    In This Topic
    Displays a map with layers of content above it.
    Object Model
    C1Maps Class
    Syntax
    'Declaration
     
    
    Public Class C1Maps 
       Inherits System.Windows.Controls.Control
    public class C1Maps : System.Windows.Controls.Control 
    Remarks

    In order for C1Maps to be able to access tiles over the internet, the Silverlight application must be hosted in a Web server. If the Silverlight application is run directly from the local disk, the Silverlight runtime prevents it from accessing internet resources.

    Note that geographic coordinates are represented using System.Windows.Point structures. The X property of Point is the longitude and the Y property is the latitude.

    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   C1.Silverlight.Maps.C1Maps

    See Also