| java.lang.Object | ||
| ↳ | com.tencent.navix.api.model.BaseModel | |
| ↳ | com.tencent.navix.api.model.NavLocation | |
导航定位点
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| NavLocation(LatLng latLng, float speed, float accuracy, float course, float phoneDir, float altitude, long timestamp, int indoor, int provider, int motion, int motionConfidence, boolean isSimulated, int fusionType) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| float |
getAccuracy()
精度,米
| ||||||||||
| float |
getAltitude()
高度,米
| ||||||||||
| float |
getDirection()
方向角
| ||||||||||
| LatLng |
getLatLng()
经纬度
| ||||||||||
| float |
getPhoneDirection()
手机朝向
| ||||||||||
| int |
getProvider()
定位点provider
| ||||||||||
| float |
getSpeed()
速度,米每秒
| ||||||||||
| long |
getTimestamp()
时间戳,毫秒
| ||||||||||
| boolean |
isSimulated()
是否为模拟点
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
精度,米
高度,米
方向角
经纬度
手机朝向
定位点provider
速度,米每秒
时间戳,毫秒
是否为模拟点