MonobjcMonobjc Documented Class Library
CLLocation Constructor
NamespacesMonobjc.CoreLocationCLLocationCLLocation()()()()
Members
IconMemberDescription
CLLocation(CLLocationCoordinate2D, Double, Double, Double, NSDate)

Initializes and returns a location object with the specified coordinate information.

Original signature is '- (id)initWithCoordinate:(CLLocationCoordinate2D)coordinate altitude:(CLLocationDistance)altitude horizontalAccuracy:(CLLocationAccuracy)hAccuracy verticalAccuracy:(CLLocationAccuracy)vAccuracy timestamp:(NSDate *)timestamp'

Available in Mac OS X v10.6 and later.


CLLocation(Double, Double)

Initializes and returns a location object with the specified latitude and longitude.

Original signature is '- (id)initWithLatitude:(CLLocationDegrees)latitude longitude:(CLLocationDegrees)longitude'

Available in Mac OS X v10.6 and later.


CLLocation(NSCoder)

Returns an object initialized from data in a given unarchiver. (required)

Original signature is '- (id)initWithCoder:(NSCoder *)decoder'

Available in Mac OS X v10.0 and later.


CLLocation()()()()
Initializes a new instance of the CLLocation class.

CLLocation(IntPtr)
Initializes a new instance of the CLLocation class.

CLLocation(String, Object, array<Object>[]()[][])
Initializes a new instance of the CLLocation class.

Assembly: Monobjc.CoreLocation (Module: Monobjc.CoreLocation)