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