-
Notifications
You must be signed in to change notification settings - Fork 30
Cannot get markerCollection.setInfoWindowAdapter to compile #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
What error are you seeing? Also, what versions of the libraries are you using? |
Hi
I've looked at this again and I see that it does build and run.
I don't understand why though because AndroidStudio flags up errors in the
MainActivity.kt (see attached screenshot).
The version of AndroidStudio that I am using is 4.2.2.
The build.gradle files are unchanged from the code in the zip file apart
from the platform build.gradle has:
classpath 'com.android.tools.build:gradle:4.2.2'
Do you want me to add that information to the original report?
Alan
…On Wed, 7 Jul 2021 at 21:06, Chris Arriola ***@***.***> wrote:
What error are you seeing? Also, what versions of the libraries are you
using?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHBRNKTE7ZZ46OTSLNWKOTTWSXSPANCNFSM47SQD2WA>
.
|
@alan-leslie I don't see the screenshot you mentioned. Can you try attaching again? |
[image: cluster_map_error.png]
Hopefully that will be clear enough.
If not let me know and I'll copy in the error message.
…On Thu, 8 Jul 2021 at 16:29, Chris Arriola ***@***.***> wrote:
@alan-leslie <https://github.com/alan-leslie> I don't see the screenshot
you mentioned. Can you try attaching again?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHBRNOXDZ3BUYI242ETKRLTWW75VANCNFSM47SQD2WA>
.
|
The image is still not attached perhaps because you're attaching it from your mail client? Either try commenting directly on this thread through GitHub or copy/paste the error message here. |
What version of Android Studio are you using? |
The version of AndroidStudio that I am using is 4.2.2. |
I cannot, for the life of me, get the line:
clusterManager.markerCollection.setInfoWindowAdapter(MarkerInfoWindowAdapter(this))
to compile.
However if I comment it out and leave the setInfoWindowAdapter in the OnCreate:
googleMap.setInfoWindowAdapter(MarkerInfoWindowAdapter(this))
things look to me to work
The text was updated successfully, but these errors were encountered: