mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
Partial class Map
This commit is contained in:
parent
cceb122486
commit
5777e9cff3
6 changed files with 101 additions and 158 deletions
|
|
@ -13,7 +13,7 @@
|
|||
<map:Map x:Name="map"
|
||||
ZoomLevel="11" MinZoomLevel="3"
|
||||
Center="53.5,8.2"
|
||||
ManipulationModes="All"
|
||||
ManipulationMode="All"
|
||||
DoubleTapped="MapDoubleTapped"
|
||||
PointerPressed="MapPointerPressed"
|
||||
PointerReleased="MapPointerReleased"
|
||||
|
|
@ -188,7 +188,7 @@
|
|||
MinZoomLevel="9" MaxZoomLevel="18"/>
|
||||
</tools:MapOverlayMenuItem>
|
||||
<tools:MapOverlayMenuItem Text="Graticule">
|
||||
<map:MapGraticule Opacity="0.7"/>
|
||||
<map:MapGraticule Opacity="0.7" StrokeThickness="0.3"/>
|
||||
</tools:MapOverlayMenuItem>
|
||||
<tools:MapOverlayMenuItem Text="Scale">
|
||||
<map:MapScale HorizontalAlignment="Center" VerticalAlignment="Bottom"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue