Sign up for Radar
Create geofences
tag
is a group for the geofence. For example, you could set tag = venue
for gaming, or tag = restaurant
for restaurants. In this tutorial, we’re going to use tag = store
.Initialize the SDK
Request foreground permissions
Change the UI when the user is in a geofence
Radar.trackOnce()
to track the user’s location in the foreground. In the callback, check user.geofences
to determine if the user is in a store, then change the UI to show the on-premise experience.