com.baidubce.services.dugo.map
Class StayPointRequest.Point

java.lang.Object
  extended by com.baidubce.services.dugo.map.StayPointRequest.Point
Enclosing class:
StayPointRequest

public static class StayPointRequest.Point
extends Object


Constructor Summary
StayPointRequest.Point()
           
 
Method Summary
 String getCoordType()
           
 Double getLatitude()
           
 Double getLongitude()
           
 Double getRadius()
           
 void setCoordType(String coordType)
           
 void setLatitude(Double latitude)
           
 void setLongitude(Double longitude)
           
 void setRadius(Double radius)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StayPointRequest.Point

public StayPointRequest.Point()
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)

getCoordType

public String getCoordType()

setCoordType

public void setCoordType(String coordType)


Copyright © 2018. All rights reserved.