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

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

public static class GetTrackRequest.LocationPoint
extends Object


Constructor Summary
GetTrackRequest.LocationPoint()
           
 
Method Summary
 String getCoordType()
           
 Double getLatitude()
           
 Long getLocTime()
           
 Double getLongitude()
           
 void setCoordType(String coordType)
           
 void setLatitude(Double latitude)
           
 void setLocTime(Long locTime)
           
 void setLongitude(Double longitude)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetTrackRequest.LocationPoint

public GetTrackRequest.LocationPoint()
Method Detail

getLatitude

public Double getLatitude()

setLatitude

public void setLatitude(Double latitude)

getLongitude

public Double getLongitude()

setLongitude

public void setLongitude(Double longitude)

getCoordType

public String getCoordType()

setCoordType

public void setCoordType(String coordType)

getLocTime

public Long getLocTime()

setLocTime

public void setLocTime(Long locTime)


Copyright © 2018. All rights reserved.