How can user add multiple marker on google maps flutter
问题 How can the user add multiple markers when user long press on the map. in this code, I've done single map. when user long press on the map it will automatically add one marker but I don't know how I can add multiple markers on the map. I tried lots of codes but I am not getting the proper result. hope you understand the question. your small help can make my day. Thanks in advance. Here is the code I've tried :) import 'package:flutter/material.dart'; import 'package:geocoder/geocoder.dart';