Distance.BetweenPositions(Location, Location) 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.
public:
static Microsoft::Maui::Maps::Distance BetweenPositions(Microsoft::Maui::Devices::Sensors::Location ^ position1, Microsoft::Maui::Devices::Sensors::Location ^ position2);
public static Microsoft.Maui.Maps.Distance BetweenPositions (Microsoft.Maui.Devices.Sensors.Location position1, Microsoft.Maui.Devices.Sensors.Location position2);
static member BetweenPositions : Microsoft.Maui.Devices.Sensors.Location * Microsoft.Maui.Devices.Sensors.Location -> Microsoft.Maui.Maps.Distance
Public Shared Function BetweenPositions (position1 As Location, position2 As Location) As Distance
Parameter
- position1
- Location
- position2
- Location
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.