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.