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

Method valueOf

android/sdk/src/main/java/app/organicmaps/sdk/Router.java:38–41  ·  view source on GitHub ↗
(int type)

Source from the content-addressed store, hash-verified

36 }
37
38 public static Router valueOf(int type)
39 {
40 return Router.values()[type];
41 }
42
43 private final int type;
44

Callers 15

getMethod · 0.95
getLastUsedMethod · 0.95
ParsedRoutingDataMethod · 0.95
drawIconMethod · 0.45
applyLeftButtonMethod · 0.45
createManeuverIconMethod · 0.45
updateMethod · 0.45
updateTimeLeftMethod · 0.45
refreshDetailsMethod · 0.45
initSpeedCamerasPrefsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected