31 lines
585 B
Java
31 lines
585 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* renamed from: o.c, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class C5809c {
|
||
|
|
||
|
@SerializedName("latitude")
|
||
|
public double a;
|
||
|
|
||
|
@SerializedName("userLatitude")
|
||
|
public double b;
|
||
|
|
||
|
@SerializedName("gpsEnabled")
|
||
|
public int c;
|
||
|
|
||
|
@SerializedName("locationType")
|
||
|
public String d;
|
||
|
|
||
|
@SerializedName("longitude")
|
||
|
public double e;
|
||
|
|
||
|
@SerializedName("userLongitude")
|
||
|
public double h;
|
||
|
|
||
|
public static C5809c d() {
|
||
|
return new C5809c();
|
||
|
}
|
||
|
}
|