Compartilhar via


MapControl.TryGetLocationFromOffset Método

Definição

Sobrecargas

TryGetLocationFromOffset(Point, AltitudeReferenceSystem, Geopoint)

Converte um ponto no mapa em uma localização geográfica usando o sistema de referência de altitude especificado.

TryGetLocationFromOffset(Point, Geopoint)

Converte um ponto no mapa em uma localização geográfica.

TryGetLocationFromOffset(Point, AltitudeReferenceSystem, Geopoint)

Converte um ponto no mapa em uma localização geográfica usando o sistema de referência de altitude 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

Um ponto no mapa para converter em uma localização geográfica.

desiredReferenceSystem
AltitudeReferenceSystem

O sistema de referência de altitude do ponto geográfico. Um valor não especificado para o sistema de referência de altitude tem o mesmo efeito que usar a sobrecarga padrão TryGetLocationFromOffset(Windows.Foundation.Point offset, Windows.Devices.Geolocation.Geopoint location).

location
Geopoint

Quando esse método retorna, contém a localização geográfica correspondente.

Retornos

Boolean

bool

Retornará true se o local for inválido; caso contrário, false.

Atributos

Requisitos do Windows

Família de dispositivos
Windows 10 Fall Creators Update (introduzida na 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduzida na v5.0)

Comentários

Use esse método em vez do método GetLocationFromOffset . O método GetLocationFromOffset foi preterido.

Aplica-se a

TryGetLocationFromOffset(Point, Geopoint)

Converte um ponto no mapa em uma localização 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

Um ponto no mapa para converter em uma localização geográfica.

location
Geopoint

Quando esse método retorna, contém a localização geográfica correspondente.

Retornos

Boolean

bool

Retornará true se o local for inválido; caso contrário, false.

Atributos

Requisitos do Windows

Família de dispositivos
Windows 10 Fall Creators Update (introduzida na 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduzida na v5.0)

Comentários

Use esse método em vez do método GetLocationFromOffset . O método GetLocationFromOffset foi preterido.

Aplica-se a