Platforms to show: All Mac Windows Linux Cross-Platform

Back to CLLocationMBS class.

CLLocationMBS.Available as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreLocation MBS MacFrameworks Plugin 12.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns true if this class is available.

CLLocationMBS.kCLDistanceFilterNone as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreLocation MBS MacFrameworks Plugin 9.6 ✅ Yes ❌ No ❌ No ✅ Yes All
This constant indicates the minimum distance required before an event is generated.

All movements are reported.

CLLocationMBS.kCLLocationAccuracyBest as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreLocation MBS MacFrameworks Plugin 9.6 ✅ Yes ❌ No ❌ No ✅ Yes All
A constant value you can use to specify the accuracy of a location.
Example
dim c as new CLLocationManagerMBS

c.desiredAccuracy=CLLocationMBS.kCLLocationAccuracyBest

Use the best possible accuracy.

Some examples using this method:

CLLocationMBS.kCLLocationAccuracyBestForNavigation as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreLocation MBS MacFrameworks Plugin 11.2 ✅ Yes ❌ No ❌ No ✅ Yes All
A constant value you can use to specify the accuracy of a location.

Available on Mac OS X 10.7 or later.

CLLocationMBS.kCLLocationAccuracyHundredMeters as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreLocation MBS MacFrameworks Plugin 9.6 ✅ Yes ❌ No ❌ No ✅ Yes All
A constant value you can use to specify the accuracy of a location.
Example
dim c as new CLLocationManagerMBS

c.desiredAccuracy=CLLocationMBS.kCLLocationAccuracyHundredMeters

Accurate to within one hundred meters.

CLLocationMBS.kCLLocationAccuracyKilometer as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreLocation MBS MacFrameworks Plugin 9.6 ✅ Yes ❌ No ❌ No ✅ Yes All
A constant value you can use to specify the accuracy of a location.
Example
dim c as new CLLocationManagerMBS

c.desiredAccuracy=CLLocationMBS.kCLLocationAccuracyKilometer

Accurate to the nearest kilometer.

CLLocationMBS.kCLLocationAccuracyNearestTenMeters as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreLocation MBS MacFrameworks Plugin 9.6 ✅ Yes ❌ No ❌ No ✅ Yes All
A constant value you can use to specify the accuracy of a location.
Example
dim c as new CLLocationManagerMBS

c.desiredAccuracy=CLLocationMBS.kCLLocationAccuracyNearestTenMeters

Accurate to within ten meters of the desired target.

CLLocationMBS.kCLLocationAccuracyThreeKilometers as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreLocation MBS MacFrameworks Plugin 9.6 ✅ Yes ❌ No ❌ No ✅ Yes All
A constant value you can use to specify the accuracy of a location.
Example
dim c as new CLLocationManagerMBS

c.desiredAccuracy=CLLocationMBS.kCLLocationAccuracyThreeKilometers

Accurate to the nearest three kilometers.

The items on this page are in the following plugins: MBS MacFrameworks Plugin.


The biggest plugin in space...