• Preparing map resource and internet access for it
• Acquiring KML route file from google
• Drawing the Path using the following small procedure
i) Building URL from source to destination
ii) Connecting to URL and creating DocumentBuilder for parsing the KML file
iii) Splitting each point in the path and drawing each line on the map
• Drawing points and lines on the Map