Services Plugins FAQs

Geofence Trigger Radius Help Needed Please!

Hi, I am very new to Bubble and I am stuck on a feature that I would really like to get working on my app. I have purchased the Geofence #MapLocationTrigger plugin hoping this would be my saviour :confused:

I am trying to create a radius (or bubble) around a current geograhic position that is dynamic, but I just can’t seem to get the “Target Radius” logic worked out.

It would be awesome if a user could also choose the size of the radius they want as well
ie: 1km, 5km, 10km etc

Any help with this is much appreciated. I have spent most of my Sunday off on this problem and I’m about to chuck in the towel)

Hello tracyszone,

Thank you for reaching out!

To better assist you, could you please provide screenshots of your current setup? This will allow us to better understand how you’re using the plugin and help us guide you more effectively in setting up the dynamic radius functionality.

Looking forward to your reply!

Best regards,
Egor Smorodinov,
Support Team
Browse all Zeroqode Plugins for bubble
Banner_Last3

Hey Egor,

Thanks so much for your reply.

Ideally I would like this to be a Native Mobile App but I can"t seem to get the plugin working on mobile so I am building it as a Web App for now and will hire a developer to make it mobile after I test it.

What I would like to be able to do is:

  1. create a radius circle around a users current location
  2. user can choose the size of the radius ie: 1km, 3km, 5km etc
  3. I will have a list of data (in my database and also fetch data by an API call)
  4. a user will select what data they want to recieve using filters
  5. when the filtered data matches the users filter AND is within the users set radius the user will be sent a notification AND the data recieved will be saved in the users profile

I hope all this makes sence!

Looking forward to your reply!

Cheers
Tracy

Hello tracyszone,

Could you also please share the output that this page generates?
You can do that by sharing a screenshot or a video recording of the page.
It will help us understand the nature of the issue you are dealing with and when it occurs in your setup.

Best regards,
Egor Smorodinov,
Support Team
Browse all Zeroqode Plugins for bubble
Banner_Last3

Hi Egor,

I don’t have a target radius set as I don’t actually know what to put in that field in the properties box so the output is only showing my map and location so far.

Here is a screenshot of the web page though if that helps.

Cheers
Tracy

Hi tracyszone,

From your current setup, I noticed that the “Location to watch” and “Trigger point” fields in the Geofence element haven’t been configured yet. These are essential for the plugin to function correctly. You have to set them with the same value that is rendered in your MapBox element - essentially the center point of the geofence you want to set up.

To create a dynamic radius around a user’s current location, you’ll need to do the following:

  1. Set the “Location to watch”
    → Use Current geographic position if you want the circle to follow the user’s live location.
    You can set this by referencing Current geographic position in a custom state or directly in the plugin field.
  2. Define the “Target Radius”
    → This is the size of your geofence in meters (e.g., 1000 for 1km).
    You can allow users to select from predefined values like 1000, 3000, 5000 using a dropdown or slider.
  3. Set the “Trigger Point” (optional)
    → This can be used to compare the user’s current location against a fixed point.
    In your case, it may not be needed unless you want to compare movement relative to a non-user position.

You can also check this section of our documentation for more detailed steps and examples:
:open_book: How to configure distance-based geofence

Once that’s in place, you should see the radius circle render properly and update as the location changes.

Let us know if it helped.

Best regards,
Egor Smorodinov,
Support Team
Browse all Zeroqode Plugins for bubble
Banner_Last3

Hello tracyszone,

After reviewing the Geofence #MapLocationTrigger plugin documentation, it appears that it’s not possible to create a visible “circle” around a point in the same way you can add a visually distinct polygon.
The circle can still function as a geofence, but it will remain invisible.

This limitation exists because the MapBox element — where the geofence is set — supports drawing polygons or lines, but not colored circles.
In your case, you may need to use another geometric shape, such as a square or hexagon, to visually represent the area you want to highlight.

Let me know if you have any other questions.

Best regards,
Egor Smorodinov,
Support Team
Browse all Zeroqode Plugins for bubble
Banner_Last3