DefaultLocationDataSource QML Type

A default location data source object. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.8
Inherits:

AbstractLocationDataSource

Properties

Signals

Detailed Description

This type provide a default implementation of the AbstractLocationDataSource interface. It is used by default by the LocationDisplay.

The DefaultLocationDataSource is designed to work with the QML types:

Property Documentation

compass : Compass

The Compass used by this data source.

See also Compass QML Type.


positionInfoSource : PositionSource

The PositionSource used by this data source.

The position source obtains and distributes the position updates. This is provided by Qt's PositionSource QML type, which obtains the device's current location.

See also PositionSource QML Type.


Signal Documentation

compassChanged()

Emitted when the compass property changes.

Note: The corresponding handler is onCompassChanged.


positionInfoSourceChanged()

Emitted when the positionInfoSource property changes.

Note: The corresponding handler is onPositionInfoSourceChanged.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close