PWA Fundvelo der Caritas.
Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
| 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; }
- }
- }
|