mirror of
https://github.com/farcasclaudiu/BlazorDeviceInterop.git
synced 2026-06-22 05:01:01 +03:00
9 lines
180 B
C#
9 lines
180 B
C#
namespace BlazorDeviceInterop.Components.LeafletMap
|
|
{
|
|
public class MapOptions
|
|
{
|
|
public LatLng Center { get; set; }
|
|
public int Zoom { get; set; }
|
|
}
|
|
}
|