You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**Minimum mobile OS supported**| SDK 23+ | iOS 15.0+ |
15
+
|**Minimum mobile OS supported**| SDK 23+ | iOS 16.0+ |
16
16
17
17
* A React Native project
18
18
* A Google Cloud project with the [Navigation SDK enabled](https://developers.google.com/maps/documentation/navigation/android-sdk/set-up-project) and the [Maps SDK for iOS enabled](https://developers.google.com/maps/documentation/navigation/ios-sdk/config)
@@ -58,11 +58,31 @@ android {
58
58
}
59
59
```
60
60
61
+
2. **Enable Core Library Desugaring**
62
+
63
+
Core library desugaring **must be enabled**for your Android project, regardless of your minSdkVersion.
64
+
65
+
To enable desugaring, update your `android/app/build.gradle` file:
| `RidesharingDriverApi.initialize` | create the instance of RidesharingAPI. |
195
-
| `RidesharingDriverApi.getRidesharingVehicleReporter` | Vehicle reporter for the vehicle that reports location and vehicle state to Fleet Engine. An app is allowed only one vehicle reporter. |
| `RidesharingDriverApi.initialize` | create the instance of RidesharingAPI. |
215
+
| `RidesharingDriverApi.getRidesharingVehicleReporter` | Vehicle reporter for the vehicle that reports location and vehicle state to Fleet Engine. An app is allowed only one vehicle reporter. |
| `DeliveryDriverApi.initialize` | create the instance of DeliveryDriverAPI. |
209
-
| `DeliveryDriverApi.getDeliveryVehicleReporter` | Vehicle reporter for a delivery vehicle that reports location and stop information. An app is allowed only one vehicle reporter. |
210
-
| `DeliveryDriverApi.getDeliveryVehicleManager` | Returns a vehicle manager that can be used to fetch the delivery vehicle from Fleet Engine |
| `DeliveryDriverApi.initialize` | create the instance of DeliveryDriverAPI. |
229
+
| `DeliveryDriverApi.getDeliveryVehicleReporter` | Vehicle reporter for a delivery vehicle that reports location and stop information. An app is allowed only one vehicle reporter. |
230
+
| `DeliveryDriverApi.getDeliveryVehicleManager` | Returns a vehicle manager that can be used to fetch the delivery vehicle from Fleet Engine |
0 commit comments