IMap.UserLocationUpdated(Location) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.