public class FindPathResult extends java.lang.Object implements java.io.Serializable
最佳路径分析结果类。
该类用于存储从服务端获取的最佳路径分析结果,从中可以获取一条或多条结果路径(Path)。
Path[]
pathList
FindPathResult()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Path[] pathList
获取交通网络分析结果路径数组。 目前分析结果中只有一条路径(Path),其中包含路径途经的结点、弧段、该路径的路由、行驶引导、耗费等信息。
public FindPathResult()
构造函数。