added parsing of directions response

This commit is contained in:
Sem van der Hoeven
2021-01-04 11:42:34 +01:00
parent 1ca13e3a6b
commit d433565fef
7 changed files with 153 additions and 15 deletions

View File

@@ -13,6 +13,7 @@ import com.a1.nextlocation.fragments.HomeFragment;
import com.a1.nextlocation.fragments.RouteFragment;
import com.a1.nextlocation.fragments.SettingsFragment;
import com.a1.nextlocation.fragments.StatisticFragment;
import com.a1.nextlocation.network.ApiHandler;
import com.a1.nextlocation.recyclerview.CouponListManager;
import com.a1.nextlocation.recyclerview.LocationListManager;
import com.a1.nextlocation.recyclerview.RouteListManager;