Platforms to show: All Mac Windows Linux Cross-Platform

CLLocationMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class CoreLocation MBS MacFrameworks Plugin 9.6 ✅ Yes ❌ No ❌ No ✅ Yes All
A CLLocationMBS object represents the location data generated by a CLLocationManagerMBS object.
Example
dim c as new CLLocationMBS(50,7)

MsgBox c.description

// example output: <+50.00000000, +7.00000000> +/- 0.00m (speed -1.00 mps / course -1.00) @ 2009-08-28 23:59:58 +0200

This object incorporates the geographical coordinates and altitude of the device's location along with values indicating the accuracy of the measurements and when those measurements were made. On some devices, this class also reports information about the speed and heading in which the device is moving.

Typically, you use a CLLocationManagerMBS object to create instances of this class based on the last known location of the user's device. You can create instances yourself, however, if you want to cache custom location data or get the distance between two different coordinate points.

This class is designed to be used as is and should not be subclassed.

Requires Mac OS X 10.6

This class has no sub classes.

Some methods using this class:

Some properties using for this class:

Some events using this class:

Some examples using this class:

Blog Entries

Xojo Developer Magazine

Videos


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


CLLocationManagerMBS   -   CLMemMBS


The biggest plugin in space...