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: |
Properties
- center : Point
- targetScale : double
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.
See also JsonSerializable, Viewpoint, and ViewpointExtent.
Property Documentation
[default] center : Point |
The center point of the ViewpointCenter.
The scale of the ViewpointCenter.
Signal Documentation
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.
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.