[mono-android] LocationManager.requestSingleUpdate()

Jonathan Pryor jonp at xamarin.com
Fri Oct 12 16:57:15 UTC 2012


On Oct 12, 2012, at 12:09 PM, andyjohnson0 <andyjohnson0 at gmail.com> wrote:
> I have an application targeting api level 15, and I noticed that LocationManager.requestSingleUpdate() seems to be missing.

It's bound; you need to target API level 9 or later:

	http://androidapi.xamarin.com/?link=M%3aAndroid.Locations.LocationManager.RequestSingleUpdate

Are you using MonoDevelop? If you are, and you recently changed the Target Framework version, then you need to restart MonoDevelop in order for code completion to show you the correct members.

 - Jon



More information about the Monodroid mailing list