| Package | Description |
|---|---|
| crossmobile.ios.corelocation | |
| crossmobile.ios.usernotifications |
| Modifier and Type | Method and Description |
|---|---|
CLRegion |
CLPlacemark.region()
Returns the geographic region related to this CLPlacemark.
|
| Modifier and Type | Method and Description |
|---|---|
Set<CLRegion> |
CLLocationManager.monitoredRegions()
Returns the set of shared CLRegions being monitored by the location
manager objects of this application.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
CLLocationManagerDelegate.didEnterRegion(CLLocationManager manager,
CLRegion region)
It is used when the user has entered the specified region.
|
default void |
CLLocationManagerDelegate.didExitRegion(CLLocationManager manager,
CLRegion region)
It is used when the user has left the specified region.
|
default void |
CLLocationManagerDelegate.monitoringDidFailForRegion(CLLocationManager manager,
CLRegion region,
NSError error)
It is used in order to handle region monitoring error.
|
void |
CLLocationManager.startMonitoringForRegion(CLRegion region,
double accuracy)
Deprecated.
|
void |
CLLocationManager.stopMonitoringForRegion(CLRegion region)
Stops monitoring the specified region.
|
| Modifier and Type | Method and Description |
|---|---|
CLRegion |
UNLocationNotificationTrigger.region() |
| Modifier and Type | Method and Description |
|---|---|
static UNLocationNotificationTrigger |
UNLocationNotificationTrigger.triggerWithRegion(CLRegion region,
boolean repeats) |
Copyright © 2020. All rights reserved.