Platforms to show: All Mac Windows Linux Cross-Platform

CLRegionMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class CoreLocation MBS MacFrameworks Plugin 11.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The CLRegion class defines a geographical area that can be tracked.
Example
dim c as new CLRegionMBS(50.413333, 7.329722, 3000, "Nickenich")

msgbox c.identifier+" "+str(c.latitude)+"/"+str(c.longitude)+", "+str(c.radius)+"m"

When an instance of this class is registered with a CLLocationManagerMBS object, the location manager generates an appropriate event whenever the user crosses the boundaries of the defined area.

To use this class, create an instance of it and use the startMonitoringForRegion method of a CLLocationManager object to begin monitoring it.

Please also check the documentation from Apple for the CLRegion class.
Available on Mac OS X 10.7 or later.

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


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


CLProgramMBS   -   CLSamplerMBS


The biggest plugin in space...