Homework 7 (due 06.11.2019)
Develop an Android application using Google Maps API
- You need to draw the path on the map from your current location to a static location
- (e.g. Delta center-58.385254, 26.725064)
- You should mark the locations using a red marker (1pt)
- Get the current location using GPS. (1.5pts)
- Draw the best path (dynamically, using Google Directions API ) between two locations (2.5pts)
Note: During the lab sessions, we will distribute a Google Directions API Key for obtaining route waypoints. Since, the key is associated with some restrictions (e.g. limited number of requests per day), you are strongly advised to handle it very carefully.