ViewpointCenter QML Type

The view location of the GeoView based on a center point and scale. More...

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

Viewpoint

Properties

Signals

Detailed Description

A ViewpointCenter is a Viewpoint primarily based on a center point and scale value.

This QML type supports the following default properties. A default property may be declared inside another declared object without being assigned explicitly to a property.

TypeDefault Property
Pointcenter

See also JsonSerializable, Viewpoint, and ViewpointExtent.

Property Documentation

[default] center : Point

The center point of the ViewpointCenter.


targetScale : double

The scale of the ViewpointCenter.


Signal Documentation

centerChanged()

Emitted when the center property changes.

Note: This signal will only be emitted when the property initializes during the instantiation of the component.

Note: The corresponding handler is onCenterChanged.

This signal was introduced in Esri.ArcGISRuntime 100.4.


targetScaleChanged()

Emitted when the targetScale property changes.

Note: This signal will only be emitted when the property initializes during the instantiation of the component.

Note: The corresponding handler is onTargetScaleChanged.

This signal was introduced in Esri.ArcGISRuntime 100.4.


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