Displaying maps is a frequent feature of mobile applications nowadays, relying on the user's position and the location of places around them. In this chapter, you will learn how to integrate Google Maps in Flutter applications; this will allow you to add markers and interactions by using the Google Places API.
The following topics will be covered in this chapter:
- Displaying a map
- Adding a marker to the map
- Adding map interactions
- Using the Google Places API