MonoMobile.Extensions
MonoMobile.Extensions copied to clipboard
A project to use the familiar PhoneGap library to extend MonoTouch, MonoDroid and Windows Phone 7 platforms to use a common way of accessing phone functionality and UI components
Results
1
MonoMobile.Extensions issues
Sort by
recently updated
recently updated
newest added
add ios gps course in continous in MonoTouch/Xamarin.Mobile/Geolocation/Geolocator.cs ``` if (location.Course > -1) { p.Heading = location.Course; } ``` and in MonoTouch/Xamarin.Mobile/Geolocation/GeolocationSingleUpdateDelegate.cs ``` this.position.Heading = newLocation.Course; ```