PWA Fundvelo der Caritas.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
| 123456789101112 |
- using Darnton.Blazor.Leaflet.LeafletMap;
-
- namespace CaritasPWA.Shared.Models.OSM {
- public class MapStateViewModel {
- public double MapCentreLatitude { get; set; }
- public double MapCentreLongitude { get; set; }
- public int Zoom { get; set; }
- public Point MapContainerSize { get; set; }
- public Bounds MapViewPixelBounds { get; set; }
- public Point MapLayerPixelOrigin { get; set; }
- }
- }
|