类 DirectionsRoute

java.lang.Object
ai.nextbillion.maps.model.DirectionsRoute
所有已实现的接口:
java.io.Serializable

public class DirectionsRoute
extends java.lang.Object
implements java.io.Serializable
A Directions API result. When the Directions API returns results, it places them within a routes array. Even if the service returns no results (such as if the origin and/or destination doesn't exist) it still returns an empty routes array.

Please see Routes for more detail.

另请参阅:
序列化表格