Skip to content

Commit

Permalink
Update APIopenRouteService.java
Browse files Browse the repository at this point in the history
  • Loading branch information
merMorty authored Jan 23, 2024
1 parent 97a5eb8 commit 54b78be
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
public class APIopenRouteService {
public static final BigDecimal deltaPoints = BigDecimal.valueOf(0.000025F);
private static final String domainName = "https://api.openrouteservice.org/v2/directions/foot-walking";
private static final String tocken = "5b3ce3597851110001cf624898c7eb581706416a9ab7df828faeaae3";
//private static final String tocken = "5b3ce3597851110001cf624898c7eb581706416a9ab7df828faeaae3";
private static final String tocken = "5b3ce3597851110001cf624898d73d0c7634461abc58ae5564b8c48d";

private static Map<String, List<List<BigDecimal> >> cachedPath = new HashMap<>();

Expand Down

0 comments on commit 54b78be

Please sign in to comment.