xamarinwatchos
namespace CoreLocation
{
    [Register("CLLocationManager", true)]
    public class CLLocationManager : NSObject
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Introduced(PlatformName.WatchOS, 6, 0, PlatformArchitecture.All, null)]
        [Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
        public virtual CLDeviceOrientation HeadingOrientation
        {
            [Export("headingOrientation", ArgumentSemantic.Assign)]
            [Introduced(PlatformName.WatchOS, 6, 0, PlatformArchitecture.All, null)]
            [Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
            get;
            [Export("setHeadingOrientation:", ArgumentSemantic.Assign)]
            [Introduced(PlatformName.WatchOS, 6, 0, PlatformArchitecture.All, null)]
            [Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
            set;
        }

    }
}
Assembly Xamarin.WatchOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065
Help Documentation
OS Platforms

The selected framework does not have platform annotations.

  • Built-in API
  • Package-provided API

04/30/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙