mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update README.md
This commit is contained in:
parent
e821e39841
commit
8d735061f8
|
|
@ -15,14 +15,17 @@ For other projections, an appropriate WmsImageLayer could be used.
|
||||||
|
|
||||||
Main classes are
|
Main classes are
|
||||||
|
|
||||||
- **MapBase**: The core map control. Provides properties like Center, ZoomLevel and Heading, which
|
- **MapBase**: The core map control. Provides properties like Center, ZoomLevel and Heading,
|
||||||
define the currently displayed map viewport.
|
which define the currently displayed map viewport.
|
||||||
|
|
||||||
- **Map**: MapBase with basic mouse and touch input handling for zoom, pan, and rotation.
|
- **Map**: MapBase with basic mouse and touch input handling for zoom, pan, and rotation.
|
||||||
|
|
||||||
- **MapTileLayer**: Provides tiled map content (e.g. from OpenStreetMap) by means of a **TileSource**.
|
- **MapTileLayer**: Provides tiled map content (e.g. from OpenStreetMap) by means of a **TileSource**.
|
||||||
|
|
||||||
- **MapImageLayer**: Provides map content that covers the entire viewport (e.g. from a Web Map Service).
|
- **MapImageLayer**, **WmsImageLayer**: Provides map content that covers the entire viewport,
|
||||||
|
typically from a Web Map Service (WMS).
|
||||||
|
|
||||||
|
- **WmtsTileLayer**: Provides tiled map content from a Web Map Tile Service (WMTS).
|
||||||
|
|
||||||
- **MapItemsControl**: Displays a collection of **MapItem** objects (with a geographic **Location**).
|
- **MapItemsControl**: Displays a collection of **MapItem** objects (with a geographic **Location**).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue