CLLocation
CLLocation()
CLLocation(IntPtr)
CLLocation(NativeHandle)
CLLocation(NSCoder)
CLLocation(NSObjectFlag)
CLLocation(Double, Double)
CLLocation(CLLocationCoordinate2D, Double, Double, Double, NSDate)
CLLocation(CLLocationCoordinate2D, Double, Double, Double, Double, Double, NSDate)
CLLocation(CLLocationCoordinate2D, Double, Double, Double, Double, Double, Double, Double, NSDate)
CLLocation(CLLocationCoordinate2D, Double, Double, Double, Double, Double, Double, Double, NSDate, CLLocationSourceInformation)
AccuracyBest
AccuracyHundredMeters
AccuracyKilometer
AccuracyNearestTenMeters
AccuracyReduced
AccuracyThreeKilometers
AccurracyBestForNavigation
Altitude
ClassHandle
Coordinate
Course
CourseAccuracy
EllipsoidalAltitude
ErrorUserInfoAlternateRegionKey
Floor
HorizontalAccuracy
SourceInformation
Speed
SpeedAccuracy
Timestamp
VerticalAccuracy
Copy(NSZone)
Description()
DistanceFrom(CLLocation)
EncodeTo(NSCoder)
xamarinmac
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);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API