Flutter — Highlight any area in Google Maps

Initial Setup It’s time to get started! Here’s a simple screen with a google map widget that sets the initialCameraPosition and a marker. Add a Circle The first question is how to add a circle to our map. Replace ToDo: Add Circle with below code ???? The circle’s placement is determined by the centre. To position the […]

Flutter — Highlight any area in Google Maps Read More »