Show / Hide Table of Contents

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
MauiAppBuilder builder

The Maui host builder.

Returns
Type Description
MauiAppBuilder

The host builder

See Also
SetLicense(String)
ApiKey

Applies to

Platforms and versions
TargetVersions
.NET200.7
.NET Windows200.7
.NET Android200

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
MauiAppBuilder builder

The Maui host builder.

System.Action<IArcGISConfiguration> configure

An action to configure the ArcGIS Runtime environment.

Returns
Type Description
MauiAppBuilder

The host builder.

Applies to

Platforms and versions
TargetVersions
.NET200.7
.NET Windows200.7
In This Article
Back to top Copyright © 2022 Esri.