BlazorLeaflet icon indicating copy to clipboard operation
BlazorLeaflet copied to clipboard

Add Bounds property to Map

Open AlexKven opened this issue 4 years ago • 0 comments

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.

AlexKven avatar May 26 '20 01:05 AlexKven