Hi,
I used google map and set markers but markers react like weird like the in the video ,it changed randomly position
i used code to set markers like below
GoogleMap(
padding: EdgeInsets.all(25),
mapType: MapType.normal,
myLocationButtonEnabled: false,
myLocationEnabled: true,
zoomControlsEnabled: false,
markers: Set<Marker>.of(markers.values),
//circles: circles,
onCameraIdle: () {
},
// markers: Set.from(_markers),
// markers: Set<Marker>.of(markers.values),
initialCameraPosition: CameraPosition(
target:_initialPositionlat,
zoom: 13.2,
), Video link:
https://drive.google.com/file/d/1smFiXBj1F2d-836RMLFdjImtUAyE0ACF/view?usp=drivesdkkindly help to solve this problem
Thanks in advance