xamarinwatchos
namespace CoreLocation
{
    [Register("CLLocation", true)]
    public class CLLocation : NSObject, ICKRecordValue, INSCoding, INSCopying, INSSecureCoding, INativeObject, IDisposable
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Export("initWithCoordinate:altitude:horizontalAccuracy:verticalAccuracy:course:courseAccuracy:speed:speedAccuracy:timestamp:")]
        [Introduced(PlatformName.WatchOS, 6, 2, PlatformArchitecture.All, null)]
        [Introduced(PlatformName.TvOS, 13, 4, PlatformArchitecture.All, null)]
        [Introduced(PlatformName.iOS, 13, 4, PlatformArchitecture.All, null)]
        [Introduced(PlatformName.MacOSX, 10, 15, 4, PlatformArchitecture.All, null)]
        public CLLocation(CLLocationCoordinate2D coordinate, double altitude, double hAccuracy, double vAccuracy, double course, double courseAccuracy, double speed, double speedAccuracy, NSDate! timestamp);
    }
}
Assembly Xamarin.WatchOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065
.NET 6.07.08.09.0
Platform Restrictions

The selected framework does not have platform annotations.

  • Built-in API
  • Package-provided API

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