public static class GetTrackResponse.GeoInfo extends Object
| Constructor and Description |
|---|
GeoInfo() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDirection() |
Double |
getHeight() |
Double |
getLatitude() |
Long |
getLocTime() |
Double |
getLongitude() |
Double |
getRadius() |
Double |
getSpeed() |
void |
setDirection(Integer direction) |
void |
setHeight(Double height) |
void |
setLatitude(Double latitude) |
void |
setLocTime(Long locTime) |
void |
setLongitude(Double longitude) |
void |
setRadius(Double radius) |
void |
setSpeed(Double speed) |
public Double getLatitude()
public void setLatitude(Double latitude)
public Double getLongitude()
public void setLongitude(Double longitude)
public Double getRadius()
public void setRadius(Double radius)
public Double getSpeed()
public void setSpeed(Double speed)
public Integer getDirection()
public void setDirection(Integer direction)
public Double getHeight()
public void setHeight(Double height)
public Long getLocTime()
public void setLocTime(Long locTime)
Copyright © 2024. All rights reserved.