OrionTrafficContract$View.smali

.class public abstract Lcom/sdk/orion/lib/skill/traffic/mvp/OrionTrafficContract$View;
.super Lcom/sdk/orion/ui/baselibrary/base/BaseView;


# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
    value = Lcom/sdk/orion/lib/skill/traffic/mvp/OrionTrafficContract;
.end annotation

.annotation system Ldalvik/annotation/InnerClass;
    accessFlags = 0x409
    name = "View"
.end annotation

.annotation system Ldalvik/annotation/Signature;
    value = {
        "Lcom/sdk/orion/ui/baselibrary/base/BaseView",
        "<",
        "Lcom/sdk/orion/lib/skill/traffic/mvp/OrionTrafficContract$Presenter;",
        ">;"
    }
.end annotation


# direct methods
.method public constructor <init>()V
    .registers 1

    invoke-direct {p0}, Lcom/sdk/orion/ui/baselibrary/base/BaseView;-><init>()V

    return-void
.end method


# virtual methods
.method public abstract initView(Landroid/os/Bundle;)V
    .param p1    # Landroid/os/Bundle;
        .annotation build Landroid/support/annotation/Nullable;
        .end annotation
    .end param
.end method

.method public abstract moveMapToPosition(Lcom/amap/api/maps2d/model/LatLng;)V
.end method

.method public abstract onBackPress()Z
.end method

.method public abstract onGetHomeAddress(Ljava/lang/String;)V
.end method

.method public abstract onPause()V
.end method

.method public abstract onResume()V
.end method

.method public abstract onSaveInstanceState(Landroid/os/Bundle;)V
    .param p1    # Landroid/os/Bundle;
        .annotation build Landroid/support/annotation/Nullable;
        .end annotation
    .end param
.end method

.method public abstract saveAddress()V
.end method

.method public abstract setMarkerLocation(Lcom/amap/api/maps2d/model/LatLng;)V
.end method

.method public abstract showNearbyList(Ljava/util/List;)V
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(",
            "Ljava/util/List",
            "<",
            "Lcom/amap/api/services/core/PoiItem;",
            ">;)V"
        }
    .end annotation
.end method

.method public abstract showRecommendList(Ljava/util/List;)V
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(",
            "Ljava/util/List",
            "<",
            "Lcom/amap/api/services/help/Tip;",
            ">;)V"
        }
    .end annotation
.end method