MCPcopy Create free account
hub / github.com/comaps/comaps / getLastUsed

Method getLastUsed

android/sdk/src/main/java/app/organicmaps/sdk/Router.java:28–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 }
27
28 public static Router getLastUsed()
29 {
30 return valueOf(nativeGetLastUsed());
31 }
32
33 public static Router getBest(double srcLat, double srcLon, double dstLat, double dstLon)
34 {

Callers 1

initializeMethod · 0.95

Calls 2

valueOfMethod · 0.95
nativeGetLastUsedMethod · 0.95

Tested by

no test coverage detected