Package 

Class MilestonePixelDistanceLister

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

    
    public class MilestonePixelDistanceLister
    extends MilestoneLister
                        

    Listing every x pixels of the `Path`, with an initial value Created by Fabrice on 23/12/2017.

    • Method Summary

      Modifier and Type Method Description
      void init()
      • Methods inherited from class org.osmdroid.views.overlay.milestones.MilestoneLister

        add, end, getMilestones, getOrientation, setDistances
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MilestonePixelDistanceLister

        MilestonePixelDistanceLister(double pNbPixelsInit, double pNbPixelsRecurrence)
    • Method Detail