This document discusses the determination of the optimum route using different heuristic functions within the A* algorithm for solving the shortest path problem. It examines the effectiveness of various heuristic methods, including Euclidean distance, Manhattan distance, and a new method proposed by the author, comparing their influence on achieving a global optimum. The study concludes with an analysis of how these methods affect route selection on a mapped graph derived from digital sources.