Segment
Forward location events and user context
1let tripOptions = RadarTripOptions(
2 externalId: "299",
3 destinationGeofenceTag: "store",
4 destinationGeofenceExternalId: "123"
5)
6tripOptions.mode = .car
7tripOptions.metadata = [
8 "Customer Name": "Nick P"
9]
10
11Radar.startTrip(options: tripOptions)
12Radar.startTracking(trackingOptions: .presetContinuous)
See what Radar’s location and geofencing
solutions can do for your business.