ComponentOne Maps for WinForms
In This Topic
    Map Control Basics
    In This Topic

    This section describes the basic concepts of Map control.

    Map Source

    C1Map can display geographical information on a map from several sources. You can use TileSource property to specify the tile source used by the map for its tile layer. C1Map provides three built in tile sources which are listed below along with the code required to :

    Coordinate Systems

    Map control uses three coordinate systems:

    C1Map provides six methods for converting between these coordinate systems: ScreenToGeographic, ScreenToLogic, GeographicToScreen, GeographictoLogic, LogictoGeographic, and LogicToScreen.

    Information Layers

    In addition to the geographical information provided by the source, you can add layers of information to the map. C1Map includes three layers by default, namely Tile layer, Vector layer, and Virtual layer.

    See Also