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
public final class CarLocationProvider implements com.mapbox.maps.plugin.locationcomponent.LocationProvider com.mapbox.navigation.core.lifecycle.MapboxNavigationObserver {
207
-
method public android.location.Location? getLastLocation();
208
207
method public static com.mapbox.androidauto.car.location.CarLocationProvider getRegisteredInstance();
208
+
method public android.location.Location? lastLocation();
209
209
method public void onAttached(com.mapbox.navigation.core.MapboxNavigation mapboxNavigation);
210
210
method public void onDetached(com.mapbox.navigation.core.MapboxNavigation mapboxNavigation);
211
211
method public void registerLocationConsumer(com.mapbox.maps.plugin.locationcomponent.LocationConsumer locationConsumer);
212
212
method public void unRegisterLocationConsumer(com.mapbox.maps.plugin.locationcomponent.LocationConsumer locationConsumer);
213
213
method public suspend Object? validLocation(kotlin.coroutines.Continuation<? super android.location.Location>);
214
-
property public final android.location.Location? lastLocation;
215
214
field public static final com.mapbox.androidauto.car.location.CarLocationProvider.Companion Companion;
0 commit comments