Class TileProvider
Inheritance
System.Object
TileProvider
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mapsui.Providers
Assembly: Mapsui.dll
Syntax
public class TileProvider : IProvider
Constructors
| Improve this Doc View SourceTileProvider(ITileSource)
Declaration
public TileProvider(ITileSource tileSource)
Parameters
Type | Name | Description |
---|---|---|
BruTile.ITileSource | tileSource |
Properties
| Improve this Doc View SourceCRS
Declaration
public string CRS { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceFetchTiles(BoundingBox, Double)
Declaration
public IEnumerable<IFeature> FetchTiles(BoundingBox boundingBox, double resolution)
Parameters
Type | Name | Description |
---|---|---|
BoundingBox | boundingBox | |
System.Double | resolution |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IFeature> |
GetExtents()
Declaration
public BoundingBox GetExtents()
Returns
Type | Description |
---|---|
BoundingBox |
GetFeaturesInView(BoundingBox, Double)
Declaration
public IEnumerable<IFeature> GetFeaturesInView(BoundingBox box, double resolution)
Parameters
Type | Name | Description |
---|---|---|
BoundingBox | box | |
System.Double | resolution |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IFeature> |