Mapsui.Providers.TileProvider.GetFeaturesInView C# (CSharp) Method

GetFeaturesInView() public method

public GetFeaturesInView ( BoundingBox box, double resolution ) : IEnumerable
box BoundingBox
resolution double
return IEnumerable
        public IEnumerable<IFeature> GetFeaturesInView(BoundingBox box, double resolution)
        {
            return FetchTiles(box, resolution);
        }