IMap.UserLocationUpdated(Location) Method

Definition

Method called by the handler when the user's location is updated.

public:
 void UserLocationUpdated(Microsoft::Maui::Devices::Sensors::Location ^ location);
public void UserLocationUpdated(Microsoft.Maui.Devices.Sensors.Location location);
abstract member UserLocationUpdated : Microsoft.Maui.Devices.Sensors.Location -> unit
Public Sub UserLocationUpdated (location As Location)

Parameters

location
Location

The new user location.

Applies to