Package 

Class PathBuilder

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

    
    public class PathBuilder
     implements PointAccepter
                        

    Created by Fabrice on 24/12/2017.

    • Constructor Summary

      Constructors 
      Constructor Description
      PathBuilder(Path pPath)
    • Method Summary

      Modifier and Type Method Description
      void init()
      void add(long pX, long pY)
      void end()
      • Methods inherited from class java.lang.Object

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

      • PathBuilder

        PathBuilder(Path pPath)
    • Method Detail

      • add

         void add(long pX, long pY)
      • end

         void end()