Interface IProjectingProvider
Inherited Members
Namespace: Mapsui.Providers
Assembly: Mapsui.dll
Syntax
public interface IProjectingProvider : IProvider
Methods
| Improve this Doc View SourceIsCrsSupported(String)
Queries whether a provider supports projection to a certain CRS.
Declaration
bool? IsCrsSupported(string crs)
Parameters
Type | Name | Description |
---|---|---|
System.String | crs | The crs to project to |
Returns
Type | Description |
---|---|
System.Nullable<System.Boolean> | True if is does, false if it does not, null if it is unknown |