top of page
Search

Robotics day 24- navigation app

  • sreeramchittayil
  • Mar 22, 2023
  • 1 min read

Today we started on a very exciting project, which was the ‘find my location‘ app or navigation app. We started with the fundamentals of any navigation app: finding out our location. To do this, we needed to use two main components, which were latitude and longitude, which played a major role throughout the project. In the design part, we used a new section called 'map'. In this section, we can insert a map (the main component), a marker, and a line string, which basically draws a line between locations. The non-visible component we used was the ‘location sensor’ component. After this, we did the basic block coding, which can be found below. A major improvement for this app that I can try to fix is the marker. This is because the marker does not follow the location you’re currently at. Meaning it is at a fixed position until you change it, is the website.




 
 
 

Comments


bottom of page