At the end of each project, you'll find a few questions to help you remember and review the contents covered in the chapter. Please try to answer the following questions (when in doubt, have a look at the content in the chapter itself—you'll find all the answers there!):
- What is the purpose of adding the path and path_provider libraries into your app?
- In which files do you add the API key for Google Maps in your project for Android and/or iOS?
- When you pass the initialCameraPosition to a GoogleMap widget, which type of widget do you need to pass?
- How can you get the current position of a device?
- What is a Marker and when do you use it?
- When do you need to use a LatLng widget in a Marker?
- Which is the method that returns a List of the available cameras on a device?
- How can you show the camera preview to your users?
- What's the purpose of a CameraController...