StreetsidePanorama.FindNearbyAsync 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
FindNearbyAsync(Geopoint) |
Crée un StreetsidePanorama à proximité de l’emplacement géographique spécifié. |
FindNearbyAsync(Geopoint, Double) |
Crée un StreetsidePanorama à proximité de l’emplacement géographique et du rayon spécifiés. |
FindNearbyAsync(Geopoint)
Crée un StreetsidePanorama à proximité de l’emplacement géographique spécifié.
public:
static IAsyncOperation<StreetsidePanorama ^> ^ FindNearbyAsync(Geopoint ^ location);
/// [Windows.Foundation.Metadata.Overload("FindNearbyWithLocationAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<StreetsidePanorama> FindNearbyAsync(Geopoint const& location);
[Windows.Foundation.Metadata.Overload("FindNearbyWithLocationAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<StreetsidePanorama> FindNearbyAsync(Geopoint location);
function findNearbyAsync(location)
Public Shared Function FindNearbyAsync (location As Geopoint) As IAsyncOperation(Of StreetsidePanorama)
Paramètres
- location
- Geopoint
Le centre de la vue panoramique.
Retours
Si disponible, le StreetsidePanorama le plus proche; sinon, null.
- Attributs
Remarques
Les vues panoramiques au niveau de la rue ne sont pas disponibles pour tous les emplacements. Nous vous recommandons de vérifier les valeurs de retour null avant de continuer avec une StreetsideExperience.
Voir aussi
S’applique à
FindNearbyAsync(Geopoint, Double)
Crée un StreetsidePanorama à proximité de l’emplacement géographique et du rayon spécifiés.
public:
static IAsyncOperation<StreetsidePanorama ^> ^ FindNearbyAsync(Geopoint ^ location, double radiusInMeters);
/// [Windows.Foundation.Metadata.Overload("FindNearbyWithLocationAndRadiusAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<StreetsidePanorama> FindNearbyAsync(Geopoint const& location, double const& radiusInMeters);
[Windows.Foundation.Metadata.Overload("FindNearbyWithLocationAndRadiusAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<StreetsidePanorama> FindNearbyAsync(Geopoint location, double radiusInMeters);
function findNearbyAsync(location, radiusInMeters)
Public Shared Function FindNearbyAsync (location As Geopoint, radiusInMeters As Double) As IAsyncOperation(Of StreetsidePanorama)
Paramètres
- location
- Geopoint
Le centre de la vue panoramique.
- radiusInMeters
-
Double
double
Rayon à afficher dans la vue panoramique, en mètres.
Retours
Si disponible, le StreetsidePanorama le plus proche; sinon, null.
- Attributs
Remarques
Les vues panoramiques au niveau de la rue ne sont pas disponibles pour tous les emplacements. Nous vous recommandons de vérifier les valeurs de retour null avant de continuer avec une StreetsideExperience.