Sign up for Radar
Import geofences
restaurant
for the geofence tag
and 123
for the geofence externalId
.Install the Radar iOS SDK
AppDelegate
class with your publishable API key, then request location permissions.Start tracking and start a trip
456
, for the trip externalId
.Optionally, instead of calling Radar.startTracking()
, we can simulate a sequence of location updates from an origin to a destination with Radar.mockTracking()
. For example, to simulate a sequence of 10 location updates every 3 seconds by car from an origin
to a destination
, we can call:Display live ETAs in the trip tracking dashboard
Stop tracking and stop the trip