StreetsidePanorama.FindNearbyAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
FindNearbyAsync(Geopoint) |
Erstellt ein StreetsidePanorama in der Nähe des angegebenen geografischen Standorts. |
FindNearbyAsync(Geopoint, Double) |
Erstellt ein StreetsidePanorama in der Nähe des angegebenen geografischen Standorts und Radius. |
FindNearbyAsync(Geopoint)
Erstellt ein StreetsidePanorama in der Nähe des angegebenen geografischen Standorts.
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)
Parameter
- location
- Geopoint
Die Mitte des Panoramablicks.
Gibt zurück
Falls verfügbar, das nächstgelegene StreetsidePanorama; andernfalls null.
- Attribute
Hinweise
Panoramaansichten auf Straßenebene sind nicht für alle Standorte verfügbar. Es wird empfohlen, auf NULL-Rückgabewerte zu überprüfen, bevor Sie mit streetsideExperience fortfahren.
Weitere Informationen
Gilt für:
FindNearbyAsync(Geopoint, Double)
Erstellt ein StreetsidePanorama in der Nähe des angegebenen geografischen Standorts und Radius.
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)
Parameter
- location
- Geopoint
Die Mitte des Panoramablicks.
- radiusInMeters
-
Double
double
Der Radius, der in der Panoramaansicht in Metern angezeigt werden soll.
Gibt zurück
Falls verfügbar, das nächstgelegene StreetsidePanorama; andernfalls null.
- Attribute
Hinweise
Panoramaansichten auf Straßenebene sind nicht für alle Standorte verfügbar. Es wird empfohlen, auf NULL-Rückgabewerte zu überprüfen, bevor Sie mit streetsideExperience fortfahren.