MapControl.TryGetLocationFromOffset Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
TryGetLocationFromOffset(Point, AltitudeReferenceSystem, Geopoint) |
Convierte un punto del mapa en una ubicación geográfica mediante el sistema de referencia de altitud especificado. |
TryGetLocationFromOffset(Point, Geopoint) |
Convierte un punto del mapa en una ubicación geográfica. |
TryGetLocationFromOffset(Point, AltitudeReferenceSystem, Geopoint)
Convierte un punto del mapa en una ubicación geográfica mediante el sistema de referencia de altitud especificado.
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
Parámetros
- offset
- Point
Punto del mapa que se va a convertir en una ubicación geográfica.
- desiredReferenceSystem
- AltitudeReferenceSystem
Sistema de referencia de altitud del punto geográfico. Un valor de Unspecified para el sistema de referencia de altitud tiene el mismo efecto que usar la sobrecarga predeterminada TryGetLocationFromOffset(Windows.Foundation.Point offset, Windows.Devices.Geolocation.Geopoint location).
- location
- Geopoint
Cuando este método vuelve, contiene la ubicación geográfica correspondiente.
Devoluciones
bool
Devuelve true si la ubicación no es válida; de lo contrario, false.
- Atributos
Requisitos de Windows
Familia de dispositivos |
Windows 10 Fall Creators Update (se introdujo en la versión 10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (se introdujo en la versión v5.0)
|
Comentarios
Use este método en lugar del método GetLocationFromOffset . El método GetLocationFromOffset está en desuso.
Se aplica a
TryGetLocationFromOffset(Point, Geopoint)
Convierte un punto del mapa en una ubicación geográfica.
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
Parámetros
- offset
- Point
Punto del mapa que se va a convertir en una ubicación geográfica.
- location
- Geopoint
Cuando este método vuelve, contiene la ubicación geográfica correspondiente.
Devoluciones
bool
Devuelve true si la ubicación no es válida; de lo contrario, false.
- Atributos
Requisitos de Windows
Familia de dispositivos |
Windows 10 Fall Creators Update (se introdujo en la versión 10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (se introdujo en la versión v5.0)
|
Comentarios
Use este método en lugar del método GetLocationFromOffset . El método GetLocationFromOffset está en desuso.