Package 

Class MilestoneLineDisplayer

    • Method Summary

      Modifier and Type Method Description
      void drawBegin(Canvas pCanvas)
      void draw(Canvas pCanvas, MilestoneStep pStep) Overriding the "standard" milestone behavior (where we display something at each milestone)Instead, we populate a line drawer that will connect the steps
      void drawEnd(Canvas pCanvas)
      • Methods inherited from class org.osmdroid.views.overlay.milestones.MilestoneDisplayer

        draw, drawBegin, drawEnd
      • Methods inherited from class java.lang.Object

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

      • MilestoneLineDisplayer

        MilestoneLineDisplayer(Paint pPaint)
    • Method Detail

      • draw

         void draw(Canvas pCanvas, MilestoneStep pStep)

        Overriding the "standard" milestone behavior (where we display something at each milestone)Instead, we populate a line drawer that will connect the steps