I am trying to create a simple app to get user coordinates on an Android phone using VS 2010 and Mono for Android. All samples seem to be in java which, as I’m not a java developer, is confusing. If anyone has some sample code using only C# it would be much appreciated.
Share
You can create a listener by implementing the ILocationListener interface. This is a sample for an activity that also acts as a location listener (though it can be a separate class if you want too):
I have a similar sample up here that reads in the coordinates and prints them to the screen.