Warkop v5.73.0版本的 MD5 值为:a4330ec2d6f5e146f59fc7622f3cdb45

以下内容为反编译后的 e.java 源代码,内容仅作参考


package yb3;

import e33.GeoSettings;
import kotlin.Metadata;
import n91.y0;
import org.jetbrains.annotations.NotNull;
import sinet.startup.inDriver.intercity.common.data.model.GeoSettingsResponse;

@Metadata(d1 = {"\u0000\u0016\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0004\bÆ\u0002\u0018\u00002\u00020\u0001B\t\b\u0002¢\u0006\u0004\b\u0006\u0010\u0007J\u0010\u0010\u0005\u001a\u00020\u00042\b\u0010\u0003\u001a\u0004\u0018\u00010\u0002¨\u0006\b"}, d2 = {"Lyb3/e;", "", "Lsinet/startup/inDriver/intercity/common/data/model/GeoSettingsResponse;", "response", "Le33/a;", "a", "<init>", "()V", "common_release"}, k = 1, mv = {1, 8, 0})
public final class e {

    @NotNull
    public static final e f179196a = new e();

    private e() {
    }

    @NotNull
    public final GeoSettings a(GeoSettingsResponse response) {
        String str;
        String str2 = null;
        if (response != null) {
            str = response.getMapType();
        } else {
            str = null;
        }
        String l15 = y0.l(str, "google");
        if (response != null) {
            str2 = response.getTileUrl();
        }
        return new GeoSettings(l15, y0.l(str2, "http://mt1.google.com/vt/lyrs=m&x={x}&y={y}&z={z}"));
    }
}