Managing Geofences¶
Geofences are virtual boundaries defined around a geographical area. They are commonly used for notifications or measurements, such as tracking the number of users entering a specific area.
Pointr Mobile SDK supports two types of Geofence:
Beacon Geofencing | GPS Geofencing |
---|---|
Requires indoor positioning for accurate level detection. | Set circular boundaries anywhere using GPS. |
Geofence defined by specific map levels. User outside level is considered outside Geofence. | Users are considered inside if they’re within the defined geo-coordinates, whether indoors/outdoors or at any level. |
Use case: Send targeted messages in an airport arrival/departure hall. | Use case: Guiding airport passengers to their workplace via shuttle. |
Follow the tutorial below for step-by-step guidance on creating and managing Beacon Geofencing and GPS Geofencing using Pointr Cloud Dashboard.
Creating and Managing Beacon Geofences¶
-
On the
Content
page, access theGeofences
page. -
Click on the
Add new
button to create a new Beacon Geofence. -
Add Beacon Geofence details:
- Name (required)
- Description (if applicable optional)
- External Identifier (optional)
- Define Geometry (required): Draw an area on the map.
-
Define the shape of the geofence using the
Geometry
tools. -
Right-click on the screen to finalize the shape and end the editing process.
-
To update a Beacon Geofence, follow these steps:
- Search or Click: Select Beacon Geofence via the
Filter
bar or click directly on the map. - Quick Zoom: Use the
Quick Locate
tool for a close-up view - Clear Geometry: Clear existing geometry with the
Clear
tool , then use the Geometry tool to set a new one. - Adjust Shape: Use the
Modify
orCut-out
tool to change the size or shape of your Beacon Geofence.
- Quickly Create Multiple Beacon Geofence: Utilize the
Cut-out
tool to create multiple Beacon Geofences by slicing the existing geometry. Right-click, repeat and save your results. New names are generated automatically.
- Search or Click: Select Beacon Geofence via the
-
Click
Save
if you are satisfied with your changes -
Publish your new Beacon Geofence before utilizing it on Pointr SDKs or the REST API.
Note
For more customization information, you can reach out to your Project Manager for assistance. Alternatively, you can visit our Geofence Triggers page to learn more.
Removing a Beacon Geofence:¶
-
To delete the entire Beacon Geofence and its metadata, access the
Danger Zone
and clickDelete
. -
A pop-up notification will appear. Click on
Yes, continue
to delete the item, or click onNo, go back
to cancel the request.
Warning
Be cautious when deleting content, as it is irreversible. Deleted content cannot be recovered, except in rare cases where manual recovery may be possible upon contacting Pointr.
Creating and Managing GPS Geofences¶
-
Navigate to the
Sites
page by following the hierarchy: Client > Sites > Buildings > Levels > Content. -
Find the
Geofence
section on theSites
page and click onAdd new
. Provide the following details:- Name (required).
- External Identifier (Optional).
-
Define area on map or use coordinates (required).
- You can use the
Search
bar on the map to quickly locate an area (e.g., enter a postcode/address)
- You can use the
-
Use the
Circle
tool to shape your GPS Geofence.Note
We use the built-in geofence system in IOS and Android for GPS geofencing. However, these platforms only support circular geofence triggers, so other shapes are not possible due to this limitation.
-
To update a GPS Geofence, follow these steps:
- Search or Click: Select a GPS Geofence on the left menu or click directly on the map.
- Quick Zoom: Use the
Quick Locate
tool for a close-up view - Clear Geometry: Remove geometry input with the
Clear
tool , then use theCircle
tool to set a new one. - Adjust Size: Click directly on the geometry to adjust.
-
Click
Save
if you are satisfied with your changes. -
Publish your new GPS Geofence before utilizing it on Pointr SDKs or the REST API.
Removing a GPS Geofence:¶
-
To delete the entire GPS Geofence and its metadata, access the
Advanced Configurations
on the left. -
Under the
Danger Zone
, click onDelete
. -
An alert will appear. Click
Confirm
in the top-right corner to remove the item, or clickCancel Deletion
to cancel the request.Warning
Be careful when deleting content, as it is irreversible. Deleted content cannot be recovered, except in rare cases where manual recovery may be possible upon contacting Pointr.