MapControl.TryGetLocationFromOffset Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
TryGetLocationFromOffset(Point, AltitudeReferenceSystem, Geopoint) |
Convertit un point de la carte en un emplacement géographique à l’aide du système de référence d’altitude spécifié. |
TryGetLocationFromOffset(Point, Geopoint) |
Convertit un point sur la carte en un emplacement géographique. |
TryGetLocationFromOffset(Point, AltitudeReferenceSystem, Geopoint)
Convertit un point de la carte en un emplacement géographique à l’aide du système de référence d’altitude spécifié.
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
Paramètres
- offset
- Point
Point sur la carte à convertir en emplacement géographique.
- desiredReferenceSystem
- AltitudeReferenceSystem
Système de référence d’altitude du point géographique. La valeur Unspecified pour le système de référence d’altitude a le même effet que l’utilisation de la surcharge TryGetLocationFromOffset(Windows.Foundation.Point offset, Windows.Devices.Geolocation.Geopoint location) par défaut.
- location
- Geopoint
Lorsque cette méthode retourne, contient l’emplacement géographique correspondant.
Retours
bool
Retourne true si l’emplacement n’est pas valide ; sinon, false.
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 Fall Creators Update (introduit dans 10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v5.0)
|
Remarques
Utilisez cette méthode au lieu de la méthode GetLocationFromOffset . La méthode GetLocationFromOffset a été déconseillée.
S’applique à
TryGetLocationFromOffset(Point, Geopoint)
Convertit un point sur la carte en un emplacement géographique.
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
Paramètres
- offset
- Point
Point sur la carte à convertir en emplacement géographique.
- location
- Geopoint
Lorsque cette méthode retourne, contient l’emplacement géographique correspondant.
Retours
bool
Retourne true si l’emplacement n’est pas valide ; sinon, false.
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 Fall Creators Update (introduit dans 10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v5.0)
|
Remarques
Utilisez cette méthode au lieu de la méthode GetLocationFromOffset . La méthode GetLocationFromOffset a été déconseillée.