Please help-> google maps circle issues

Hi, I am trying to make an app that places a blue circle on the map at my coordinates but does not move when i move. I also want to make a red circle somewhat in the middle of any group of blue circles. However, even though the program is setting the blue circle’s coordinates to a specific value (which doesn’t change), my blue circle still follows and moves when i walk around. I have used the same exact code for the red circle, and for some reason the red circle stays in place. How can I fix the code so that the blue circle does not move either?


Note: I have tried using the add circle without the update circle block, but the same issue occurs.