BlazorLeaflet
BlazorLeaflet copied to clipboard
Add Bounds property to Map
I find myself needing to access the bounds of the map in one of my projects. I have added this feature to Map in my own fork using a property like this:
/// <summary>
/// Map bounds
/// </summary>
public Bounds Bounds { get; private set; }
Assign this issue to me if you want me to make a pull request for this feature.