I'm trying to get location in my application (mvvmcross/monodroid) I follow this post : http://slodge.blogspot.be/2012/04/getting-location-information-in.html I'm using Vnext version. When I try to get location I have this message in output : "Location Service Provider unavailable - returned null". I have this code to initialise location plugin in App.cs :
protected override void InitialisePlugIns()
{Cirrious.MvvmCross.Plugins.Location.PluginLoader.Instance.EnsureLoaded();}
And in my ViewModel I follow the sample. I have to get location when I'm on the view so I added this code in my ViewModel constructor :
_watcher = this.GetService<IMvxGeoLocationWatcher>();
DoStartStop();
I did somthing wrong I have this message ?
edit: I use Samsung Galaxy Tab 2.0 7"