Google Play Location Utils
object GooglePlayLocationUtils
Functions
Link copied to clipboard
Delete the cache of registered geofences. This will cause any geofences passed to .registerGeofencesWithGooglePlayIfNecessary on the next call to that method to be registered.
Link copied to clipboard
fun registerGeofencesWithGooglePlayIfNecessary(context: Context, geofenceList: List<BrazeGeofence>, geofenceRequestIntent: PendingIntent)
Requests to register the given list of geofences with Google Play Location Services.
Link copied to clipboard
fun requestSingleLocationUpdateFromGooglePlay(context: Context, resultListener: IBrazeGeofenceLocationUpdateListener)
Requests a single location update from Google Play Location Services for the given pending intent.