Searched refs:geofence (Results 1 – 3 of 3) sorted by relevance
24 * Opens the geofence interface and provides the callback routines32 * Add a geofence area. This api currently supports circular geofences.34 * @param geofenceId The id for the geofence. If a geofence with this id36 * @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, if40 * the system already knows that the user is inside the geofence, this will48 * the geofence. This parameter is defined in milliseconds.63 * Pause monitoring a particular geofence.[all …]
38 * Inside state: We are 95% confident that the user is inside the geofence.39 * Outside state: We are 95% confident that the user is outside the geofence54 * whether it is inside or outside the geofence. If the accuracy remains the64 * The geofence callback needs to be triggered for the ENTERED and EXITED83 * UNKNOWN transition described above is per geofence.118 * The callback associated with the geofence transition.151 * @param geofenceId Id of the geofence.152 * @param status Will be OPERATION_SUCCESS if the geofence154 * geofence limit has been reached.155 * Will be ERROR_ID_EXISTS if geofence with id already exists.[all …]
701 } geofence; member