You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.
When trying to run the demos from Chapter 28 on an Android emulator in Visual Studio 17, I get these 2 problems:
WhereAmI.Droid:
public void StartTracking() {
IList locationProviders = locationManager.AllProviders;
foreach (string locationProvider in locationProviders) {
//error occurs here (locationProvider = "passive")
locationManager.RequestLocationUpdates(locationProvider, 1000, 1, this);
}
and
MapDemos.Droid: when I set IsShowingUser to true
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When trying to run the demos from Chapter 28 on an Android emulator in Visual Studio 17, I get these 2 problems:
WhereAmI.Droid:
public void StartTracking() {
IList locationProviders = locationManager.AllProviders;
foreach (string locationProvider in locationProviders) {
//error occurs here (locationProvider = "passive")
locationManager.RequestLocationUpdates(locationProvider, 1000, 1, this);
}
and
MapDemos.Droid: when I set IsShowingUser to true
The text was updated successfully, but these errors were encountered: