Gibt eine Map aller unterstützten Speed Indices mit ihren Geschwindigkeiten zurück.
static Map<String, int> getAllSpeedIndices() { return Map.from(_speedIndexToKmH); }