MapControl.TryGetLocationFromOffset 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
TryGetLocationFromOffset(Point, AltitudeReferenceSystem, Geopoint) |
使用指定的海拔参考系统将地图上的点转换为地理位置。 |
TryGetLocationFromOffset(Point, Geopoint) |
将地图上的点转换为地理位置。 |
TryGetLocationFromOffset(Point, AltitudeReferenceSystem, Geopoint)
使用指定的海拔参考系统将地图上的点转换为地理位置。
public:
virtual bool TryGetLocationFromOffset(Point offset, AltitudeReferenceSystem desiredReferenceSystem, [Out] Geopoint ^ & location) = TryGetLocationFromOffset;
/// [Windows.Foundation.Metadata.Overload("TryGetLocationFromOffsetWithReferenceSystem")]
bool TryGetLocationFromOffset(Point const& offset, AltitudeReferenceSystem const& desiredReferenceSystem, [Out] Geopoint const& & location);
[Windows.Foundation.Metadata.Overload("TryGetLocationFromOffsetWithReferenceSystem")]
public bool TryGetLocationFromOffset(Point offset, AltitudeReferenceSystem desiredReferenceSystem, out Geopoint location);
Public Function TryGetLocationFromOffset (offset As Point, desiredReferenceSystem As AltitudeReferenceSystem, ByRef location As Geopoint) As Boolean
参数
- offset
- Point
要转换为地理位置的地图上的点。
- desiredReferenceSystem
- AltitudeReferenceSystem
地理点的海拔参考系统。 对于海拔参考系统,未 指定的 值与使用默认 的 TryGetLocationFromOffset (Windows.Foundation.Point 偏移量、Windows.Devices.Geolocation.Geopoint 位置) 重载的效果相同。
- location
- Geopoint
此方法返回时,包含相应的地理位置。
返回
Boolean
bool
如果位置无效,则返回 true ;否则为 false。
- 属性
Windows 要求
设备系列 |
Windows 10 Fall Creators Update (在 10.0.16299.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v5.0 中引入)
|
注解
使用此方法而不是 GetLocationFromOffset 方法。 GetLocationFromOffset 方法已弃用。
适用于
TryGetLocationFromOffset(Point, Geopoint)
将地图上的点转换为地理位置。
public:
virtual bool TryGetLocationFromOffset(Point offset, [Out] Geopoint ^ & location) = TryGetLocationFromOffset;
/// [Windows.Foundation.Metadata.Overload("TryGetLocationFromOffset")]
bool TryGetLocationFromOffset(Point const& offset, [Out] Geopoint const& & location);
[Windows.Foundation.Metadata.Overload("TryGetLocationFromOffset")]
public bool TryGetLocationFromOffset(Point offset, out Geopoint location);
Public Function TryGetLocationFromOffset (offset As Point, ByRef location As Geopoint) As Boolean
参数
- offset
- Point
要转换为地理位置的地图上的点。
- location
- Geopoint
此方法返回时,包含相应的地理位置。
返回
Boolean
bool
如果位置无效,则返回 true ;否则为 false。
- 属性
Windows 要求
设备系列 |
Windows 10 Fall Creators Update (在 10.0.16299.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v5.0 中引入)
|
注解
使用此方法而不是 GetLocationFromOffset 方法。 GetLocationFromOffset 方法已弃用。