Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
initialize
Method · 0.95
Calls
2
valueOf
Method · 0.95
nativeGetLastUsed
Method · 0.95
Tested by
no test coverage detected