TencentLiteLocation.smali
.class public interface abstract Lcom/tencent/map/geoloclite/tsa/TencentLiteLocation;
.super Ljava/lang/Object;
# static fields
.field public static final GPS_PROVIDER:Ljava/lang/String; = "gps"
.field public static final NETWORK_PROVIDER:Ljava/lang/String; = "network"
# virtual methods
.method public abstract getAccuracy()F
.end method
.method public abstract getAltitude()D
.end method
.method public abstract getElapsedRealtime()J
.end method
.method public abstract getExtra()Landroid/os/Bundle;
.end method
.method public abstract getLatitude()D
.end method
.method public abstract getLongitude()D
.end method
.method public abstract getProvider()Ljava/lang/String;
.end method
.method public abstract getSpeed()F
.end method
.method public abstract getTime()J
.end method