Map Image
Used to display an image of the map at a specific location
How to use this component
Normally used on the summery screen to show the selected location.
Code Resource
<custom:MapImage Easting="{Binding FlyTippingReport.Easting}" Northing="{Binding FlyTippingReport.Northing}" />
- Easting
- Used to set the Easting of the location
- Default is 0d
- Northing
- Used to set the Northing of the location
- Default is 0d
- Zoom
- Used to set the map zoom
- Default is 150
How should this component look?
