Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

Chapter 28 Map demos on Android issues #51

Open
rclancy opened this issue Aug 27, 2018 · 0 comments
Open

Chapter 28 Map demos on Android issues #51

rclancy opened this issue Aug 27, 2018 · 0 comments

Comments

@rclancy
Copy link

rclancy commented Aug 27, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant