package y0;

import u0.C;
import u0.C1564A;
import u0.C1579o;
import x0.AbstractC1709a;

/* JADX INFO: loaded from: classes.dex */
public final class e implements C {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final float f18817a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final float f18818b;

    public e(float f3, float f7) {
        AbstractC1709a.c("Invalid latitude or longitude", f3 >= -90.0f && f3 <= 90.0f && f7 >= -180.0f && f7 <= 180.0f);
        this.f18817a = f3;
        this.f18818b = f7;
    }

    @Override // u0.C
    public final /* synthetic */ void a(C1564A c1564a) {
    }

    @Override // u0.C
    public final /* synthetic */ byte[] b() {
        return null;
    }

    @Override // u0.C
    public final /* synthetic */ C1579o c() {
        return null;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && e.class == obj.getClass()) {
            e eVar = (e) obj;
            if (this.f18817a == eVar.f18817a && this.f18818b == eVar.f18818b) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        return Float.valueOf(this.f18818b).hashCode() + ((Float.valueOf(this.f18817a).hashCode() + 527) * 31);
    }

    public final String toString() {
        return "xyz: latitude=" + this.f18817a + ", longitude=" + this.f18818b;
    }
}
