Weather/smali_classes2/com/moji/http/thunderstorm/TsMapRequest.smali
2021-05-10 10:13:34 +02:00

45 lines
1.2 KiB
Smali

.class public Lcom/moji/http/thunderstorm/TsMapRequest;
.super Lcom/moji/requestcore/MJToEntityRequest;
.source "TsMapRequest.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/moji/requestcore/MJToEntityRequest<",
"Lcom/moji/http/thunderstorm/TsMapResponse;",
">;"
}
.end annotation
# direct methods
.method public constructor <init>(DD)V
.locals 1
const-string v0, "http://thdr.api.moji.com/json/shower/get_shower_data"
.line 13
invoke-direct {p0, v0}, Lcom/moji/requestcore/MJToEntityRequest;-><init>(Ljava/lang/String;)V
const-string v0, "latitude"
.line 14
invoke-static {p1, p2}, Ljava/lang/Double;->valueOf(D)Ljava/lang/Double;
move-result-object p1
invoke-virtual {p0, v0, p1}, Lcom/moji/http/thunderstorm/TsMapRequest;->a(Ljava/lang/String;Ljava/lang/Object;)V
const-string p1, "longitude"
.line 15
invoke-static {p3, p4}, Ljava/lang/Double;->valueOf(D)Ljava/lang/Double;
move-result-object p2
invoke-virtual {p0, p1, p2}, Lcom/moji/http/thunderstorm/TsMapRequest;->a(Ljava/lang/String;Ljava/lang/Object;)V
return-void
.end method