-
Notifications
You must be signed in to change notification settings - Fork 493
Location activities report a missing class #1222
Comments
I've also seen this log cat message in a weekend side project that uses the Maps SDK and shows the device location puck cc @harvsu @nkukday in case ya'll have seen this before and/or if this message comes from something upstream from the Maps SDK in https://github.com/mapbox/mapbox-events-android/ |
I fixed it for me by adding |
Thx, u save my time ! |
package com.mapbox.mapboxandroiddemo.examples.dds; import android.content.Context; import com.mapbox.geojson.Feature; import java.io.InputStream; import static com.mapbox.mapboxsdk.style.expressions.Expression.eq; /**
private static final String GEOJSON_SOURCE_ID = "GEOJSON_SOURCE_ID"; @OverRide
} @OverRide @OverRide /**
/**
/**
/**
/**
/**
/
} /**
/**
/**
/**
/**
/**
} /**
*/
} /**
} @OverRide @OverRide @OverRide @OverRide @OverRide @OverRide @OverRide |
Is this still an issue in the latest SDK? I can't simply just add the dependency com.google.android.gms:play-services-location because this causes the getBestProvider method to incorrectly assume play services is installed. |
All location activities report a missing
LocationResult
class with each location update:The activities continue to work as expected, so I suspect a dependency clash.
The text was updated successfully, but these errors were encountered: