-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Google Navigation SDK 7.x.x problems #1679
Copy link
Copy link
Open
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
The Google Navigation SDK for Android includes play-services-maps. Using the utils MarkerManager for marker clicks works fine with the older SDK 6.3.3 version of Navigation SDK. But, upgrading to any of the latest 7.x.x releases of the SDK prevents the map from responding to marker clicks when using MarkerManager. Google made big changes to the 7 series which I suspect now interferes with the utils library.
Please create a demo that utilizes the Navigation SDK internal maps (exclude group: 'com.google.android.gms', module: 'play-services-maps' in the app build). A sample app could be used by others which trying to implement the Navigation SDK.
It should be easy to just clone an existing sample and add the Navigation SDK in the gradle build without having to alter the app. This should highlight what inside MarkerManager doesn't work with the latest SDK.