# Google Maps stops placing markers after 10 minutes

**URL:** https://community.thunkable.com/t/google-maps-stops-placing-markers-after-10-minutes/2075216
**Category:** Maps
**Created:** [October 9, 2022, 5:05am UTC](https://community.thunkable.com/t/google-maps-stops-placing-markers-after-10-minutes/2075216 "2022-10-09T05:05:47Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![leviocsmithk](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/leviocsmithk/32/136645_2.png) [@leviocsmithk](https://community.thunkable.com/u/leviocsmithk)
#### Post date: [October 9, 2022, 5:05am UTC](https://community.thunkable.com/t/google-maps-stops-placing-markers-after-10-minutes/2075216/1 "2022-10-09T05:05:47Z")

</div>

I was doing a test with my app which involves a location sensor and google maps which places a marker of where the user is every ~60 seconds, After about 10 minutes the app stopped placing markers, I made sure that the data source that I was using was empty before testing and made sure that the screen was always on.

How should I fix this so that the app works for at least an hour?

Here Is the code I have when testing:

 ![Screen Shot 2022-10-01 at 1.53.41 pm (2)](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/2/b/2b6922f08806d3f4121bf2aaa0ceb82c6d0757ea.jpeg)

Many Thanks, Levi.

---

<div class="post-metadata">

### Author: ![leviocsmithk](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/leviocsmithk/32/136645_2.png) [@leviocsmithk](https://community.thunkable.com/u/leviocsmithk)
#### Post date: [October 9, 2022, 9:55am UTC](https://community.thunkable.com/t/google-maps-stops-placing-markers-after-10-minutes/2075216/2 "2022-10-09T09:55:25Z")

</div>

Is this me using up all of thunkables account storage, Do I have to upgrade?

Many Thanks, Levi.

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [October 9, 2022, 10:41am UTC](https://community.thunkable.com/t/google-maps-stops-placing-markers-after-10-minutes/2075216/3 "2022-10-09T10:41:28Z")

</div>

Can you try using a timer to control these actions instead of loops?

---

<div class="post-metadata">

### Author: ![leviocsmithk](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/leviocsmithk/32/136645_2.png) [@leviocsmithk](https://community.thunkable.com/u/leviocsmithk)
#### Post date: [October 9, 2022, 9:19pm UTC](https://community.thunkable.com/t/google-maps-stops-placing-markers-after-10-minutes/2075216/4 "2022-10-09T21:19:59Z")

</div>

So I should get rid of the loop and replace it with a timer that keeps repeating, correct?

---

<div class="post-metadata">

### Author: ![leviocsmithk](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/leviocsmithk/32/136645_2.png) [@leviocsmithk](https://community.thunkable.com/u/leviocsmithk)
#### Post date: [October 10, 2022, 7:01am UTC](https://community.thunkable.com/t/google-maps-stops-placing-markers-after-10-minutes/2075216/5 "2022-10-10T07:01:29Z")

</div>

How should I do that, I still want it to send the location of the player every set about of time without the users having to do that manually.

Many Thanks, Levi

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [October 10, 2022, 7:34pm UTC](https://community.thunkable.com/t/google-maps-stops-placing-markers-after-10-minutes/2075216/6 "2022-10-10T19:34:26Z")

</div>

use a timer, put your blocks in the timers "on fire’ block

---

<div class="post-metadata">

### Author: ![leviocsmithk](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/leviocsmithk/32/136645_2.png) [@leviocsmithk](https://community.thunkable.com/u/leviocsmithk)
#### Post date: [October 11, 2022, 7:14am UTC](https://community.thunkable.com/t/google-maps-stops-placing-markers-after-10-minutes/2075216/7 "2022-10-11T07:14:34Z")

</div>

Can You send me a screenshot of the “on fire” Block, I can’t find it.

Many Thanks, Levi

---

<div class="post-metadata">

### Author: ![leviocsmithk](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/leviocsmithk/32/136645_2.png) [@leviocsmithk](https://community.thunkable.com/u/leviocsmithk)
#### Post date: [October 20, 2022, 9:02pm UTC](https://community.thunkable.com/t/google-maps-stops-placing-markers-after-10-minutes/2075216/8 "2022-10-20T21:02:57Z")

</div>

Can you send me a screenshot of how to do that? 😀

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 1:12pm UTC](https://community.thunkable.com/t/google-maps-stops-placing-markers-after-10-minutes/2075216/9 "2024-11-08T13:12:51Z")

</div>


