Method UseArcGISRuntime
UseArcGISRuntime(MauiAppBuilder)
Initializes the ArcGIS Runtime environment and MAUI UI Controls.
Declaration
public static MauiAppBuilder UseArcGISRuntime(this MauiAppBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.Maui.Hosting.MauiAppBuilder | builder | The Maui host builder. |
Returns
Type | Description |
---|---|
Microsoft.Maui.Hosting.MauiAppBuilder | The host builder |
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET | 200.0 - 200.6 |
.NET Windows | 200.0 - 200.6 |
.NET Android | 200.3 - 200.6 |
.NET iOS | 200.0 - 200.6 |
UseArcGISRuntime(MauiAppBuilder, Action<IArcGISConfiguration>)
Initializes the ArcGIS Runtime environment and MAUI UI Controls.
Declaration
public static MauiAppBuilder UseArcGISRuntime(this MauiAppBuilder builder, Action<IArcGISConfiguration> configure)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.Maui.Hosting.MauiAppBuilder | builder | The Maui host builder. |
System.Action<IArcGISConfiguration> | configure | An action to configure the ArcGIS Runtime environment. |
Returns
Type | Description |
---|---|
Microsoft.Maui.Hosting.MauiAppBuilder | The host builder. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET | 200.0 - 200.6 |
.NET Windows | 200.0 - 200.6 |
.NET Android | 200.3 - 200.6 |
.NET iOS | 200.0 - 200.6 |