Package 

Class MilestoneLister

  • All Implemented Interfaces:
    org.osmdroid.util.PointAccepter

    
    public abstract class MilestoneLister
     implements PointAccepter
                        

    Creating a list of `MilestoneStep`s from a list of `PointL` Created by Fabrice on 22/12/2017.

    • Method Summary

      Modifier and Type Method Description
      List<MilestoneStep> getMilestones()
      void setDistances(Array<double> pDistances)
      void init()
      void add(long pX, long pY)
      void end()
      static double getOrientation(long x0, long y0, long x1, long y1)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait