MapControl.GetLocationFromOffset 方法

定义

重载

GetLocationFromOffset(Point, Geopoint)

将地图上的点转换为地理位置。

注意

不推荐使用此方法。 请改用 TryGetLocationFromOffset 方法。

GetLocationFromOffset(Point, AltitudeReferenceSystem, Geopoint)

使用指定的海拔参考系统将地图上的点转换为地理位置。

注意

不推荐使用此方法。 请改用 TryGetLocationFromOffset 方法。

GetLocationFromOffset(Point, Geopoint)

将地图上的点转换为地理位置。

注意

不推荐使用此方法。 请改用 TryGetLocationFromOffset 方法。

public:
 virtual void GetLocationFromOffset(Point offset, [Out] Geopoint ^ & location) = GetLocationFromOffset;
void GetLocationFromOffset(Point const& offset, [Out] Geopoint const& & location);
/// [Windows.Foundation.Metadata.Overload("GetLocationFromOffset")]
void GetLocationFromOffset(Point const& offset, [Out] Geopoint const& & location);
public void GetLocationFromOffset(Point offset, out Geopoint location);
[Windows.Foundation.Metadata.Overload("GetLocationFromOffset")]
public void GetLocationFromOffset(Point offset, out Geopoint location);
Public Sub GetLocationFromOffset (offset As Point, ByRef location As Geopoint)

参数

offset
Point

要转换为地理位置的地图上的点。

location
Geopoint

此方法返回时,包含相应的地理位置。

属性

注解

如果点无效,此方法将引发异常。

另请参阅

适用于

GetLocationFromOffset(Point, AltitudeReferenceSystem, Geopoint)

使用指定的海拔参考系统将地图上的点转换为地理位置。

注意

不推荐使用此方法。 请改用 TryGetLocationFromOffset 方法。

public:
 virtual void GetLocationFromOffset(Point offset, AltitudeReferenceSystem desiredReferenceSystem, [Out] Geopoint ^ & location) = GetLocationFromOffset;
/// [Windows.Foundation.Metadata.Overload("GetLocationFromOffsetWithReferenceSystem")]
void GetLocationFromOffset(Point const& offset, AltitudeReferenceSystem const& desiredReferenceSystem, [Out] Geopoint const& & location);
[Windows.Foundation.Metadata.Overload("GetLocationFromOffsetWithReferenceSystem")]
public void GetLocationFromOffset(Point offset, AltitudeReferenceSystem desiredReferenceSystem, out Geopoint location);
Public Sub GetLocationFromOffset (offset As Point, desiredReferenceSystem As AltitudeReferenceSystem, ByRef location As Geopoint)

参数

offset
Point

要转换为地理位置的地图上的点。

desiredReferenceSystem
AltitudeReferenceSystem

地理点的海拔参考系统。 对于海拔参考系统,未 指定的 值与使用默认 GetLocationFromOffset (Windows.Foundation.Point 偏移量、Windows.Devices.Geolocation.Geopoint 位置) 重载的效果相同。

location
Geopoint

此方法返回时,包含相应的地理位置。

属性

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)

注解

此方法提供 Geopoint 的实例。 该 Geopoint 包含 BasicGeoPosition。 的名称。 desiredReferenceSystem 参数设置该对象的 Altitude 字段。

如果点无效,此方法将引发异常。

注意

可能不支持 EllipsoidAltitudeReferenceSystem

适用于