Interface MapViewPath.PathSegmentConsumer

    • Method Detail

      • addLineBetween

        void addLineBetween​(double inLineOffset,
                            MapViewState.MapViewPoint start,
                            MapViewState.MapViewPoint end,
                            boolean startIsOldEnd)
        Add a line segment between two points
        Parameters:
        inLineOffset - The offset of start in the line
        start - The start point
        end - The end point
        startIsOldEnd - If the start point equals the last end point.