Package 

Class RadarRoutes


  • 
    public final class RadarRoutes
    
                        

    Represents routes from an origin to a destination.

    • Method Detail

      • getFoot

         final RadarRoute getFoot()

        The route by foot between the origin and destination. May be null if mode not specified or route unavailable.

      • getBike

         final RadarRoute getBike()

        The route by bike between the origin and destination. May be null if mode not specified or route unavailable.

      • getCar

         final RadarRoute getCar()

        The route by car between the origin and destination. May be null if mode not specified or route unavailable.

      • getTruck

         final RadarRoute getTruck()

        The route by truck between the origin and destination. May be null if mode not specified or route unavailable.

      • getMotorbike

         final RadarRoute getMotorbike()

        The route by motorbike between the origin and destination. May be null if mode not specified or route unavailable.