Constructor OrbitLocationCameraController
OrbitLocationCameraController(MapPoint, Double)
Initializes a new instance of the Orbit
Declaration
public OrbitLocationCameraController(MapPoint targetPoint, double distance)
Parameters
Type | Name | Description |
---|---|---|
Map |
targetPoint | The Map |
System. |
distance | Distance from the point at which this camera will be placed. |
Remarks
The orbit camera controller locks navigation around a target point. When this camera controller is applied,
using Camera
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.1 - 200.6 |
Xamarin.Android | 100.1 - 100.15 |
Xamarin.iOS | 100.1 - 100.15 |
UWP | 100.1 - 200.6 |
Relevant samples
OrbitLocationCameraController(MapPoint, MapPoint)
Initializes a new instance of the Orbit
Declaration
public OrbitLocationCameraController(MapPoint targetPoint, MapPoint cameraPoint)
Parameters
Type | Name | Description |
---|---|---|
Map |
targetPoint | A point which will be the focus of this camera. |
Map |
cameraPoint | A point which is where this camera is located. |
Remarks
The orbit camera controller calculates the distance of the camera from the target point and locks
navigation around that target point. When this camera controller is applied, using
Camera
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.7 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.7 - 200.6 |
Xamarin.Android | 100.7 - 100.15 |
Xamarin.iOS | 100.7 - 100.15 |
UWP | 100.7 - 200.6 |