Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.facebook.places.model;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public enum CurrentPlaceRequestParams$ConfidenceLevel {
|
||||
LOW,
|
||||
MEDIUM,
|
||||
HIGH
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
package com.facebook.places.model;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public enum CurrentPlaceRequestParams$ScanMode {
|
||||
HIGH_ACCURACY,
|
||||
LOW_LATENCY
|
||||
}
|
Reference in New Issue
Block a user