MonoMac.CoreLocation.CLLocationManager Members

The members of MonoMac.CoreLocation.CLLocationManager are listed below.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
A constructor that initializes the object from the data stored in the unarchiver object.
Constructor to call on derived classes when the derived class has an [Export] constructor.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
DelegateCLLocationManagerDelegate. An instance of the MonoMac.CoreLocation.CLLocationManagerDelegate model class which acts as the class delegate.
DesiredAccuracydouble. Documentation for this section has not yet been entered.
DistanceFilterdouble. Documentation for this section has not yet been entered.
[read-only]
LocationCLLocation. Documentation for this section has not yet been entered.
[read-only]
static
LocationServicesEnabledbool. Documentation for this section has not yet been entered.
ShouldDisplayHeadingCalibrationCLLocationManagerEventArgs. Delegate invoked by the object to get a value.
WeakDelegateMonoMac.Foundation.NSObject. An object that can respond to the delegate protocol for this type

Public Methods

StartUpdatingLocation()
Starts updating the location
StopUpdatingLocation()
Stops updating the location.

Protected Methods

override
Dispose(bool)
Releases the resourced used by the CLLocationManager object.

Public Events

AuthorizationChangedEvent raised by the object.
DeferredUpdatesFinishedEvent raised by the object.
FailedEvent raised by the object.
LocationsUpdatedEvent raised by the object.
LocationUpdatesPausedEvent raised by the object.
LocationUpdatesResumedEvent raised by the object.
UpdatedLocationEvent raised by the object.