com.supermap.onlineservices
Class DestinationInfo
- java.lang.Object
-
- com.supermap.onlineservices.DestinationInfo
-
Deprecated.
@Deprecated public class DestinationInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description DestinationInfo()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method and Description Point2D
getLocation()
Deprecated.Get the geographic coordinates of the destination.java.lang.String
getName()
Deprecated.Get the destination name.double
getWalkDistance()
Deprecated.Get the distance from the bus station walk to distination.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Deprecated.Get the destination name.- Returns:
- Destination name
-
getLocation
public Point2D getLocation()
Deprecated.Get the geographic coordinates of the destination.- Returns:
- Destination coordinates
-
getWalkDistance
public double getWalkDistance()
Deprecated.Get the distance from the bus station walk to distination.- Returns:
- The walking distance.
-
-