Exemple #1
0
        /// <summary>
        /// Builds the shortest path between the two coordinates as a referenced line.
        /// </summary>
        public static ReferencedLine BuildLine(this Coder coder, Itinero.LocalGeo.Coordinate coordinate1, Itinero.LocalGeo.Coordinate coordinate2)
        {
            Route route;

            return(coder.BuildLine(coordinate1, coordinate2, out route));
        }