com.baidubce.services.dugo.map
Class GetTrackRequest.GeoInfo

java.lang.Object
  extended by com.baidubce.services.dugo.map.GetTrackRequest.GeoInfo
Enclosing class:
GetTrackRequest

public static class GetTrackRequest.GeoInfo
extends Object


Constructor Summary
GetTrackRequest.GeoInfo()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetTrackRequest.GeoInfo

public GetTrackRequest.GeoInfo()
Method Detail

getLatitude

public Double getLatitude()

setLatitude

public void setLatitude(Double latitude)

getLongitude

public Double getLongitude()

setLongitude

public void setLongitude(Double longitude)

getRadius

public Double getRadius()

setRadius

public void setRadius(Double radius)

getSpeed

public Double getSpeed()

setSpeed

public void setSpeed(Double speed)

getDirection

public Integer getDirection()

setDirection

public void setDirection(Integer direction)

getHeight

public Double getHeight()

setHeight

public void setHeight(Double height)

getLocTime

public Long getLocTime()

setLocTime

public void setLocTime(Long locTime)


Copyright © 2018. All rights reserved.