Lines Matching refs:geofence
24 * Opens the geofence interface and provides the callback routines
32 * Add a geofence area. This api currently supports circular geofences.
34 * @param geofenceId The id for the geofence. If a geofence with this id
36 * @param latitudeDegrees The latitude(in degrees) for the geofence lastTransition.
37 * @param longtitudeDegrees The longitude(in degrees) for the geofence lastTransition.
38 * @param radiusMeters The radius(in meters) for the geofence lastTransition.
39 * @param lastTransition The current state of the geofence. For example, if
40 * the system already knows that the user is inside the geofence, this will
48 * the geofence. This parameter is defined in milliseconds.
63 * Pause monitoring a particular geofence.
65 * @param geofenceId The id for the geofence.
70 * Resume monitoring a particular geofence.
72 * @param geofenceId - The id for the geofence.
82 * Remove a geofence area. After the function returns, no notifications
85 * @param geofenceId The id of the geofence.