-
Notifications
You must be signed in to change notification settings - Fork 101
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
Documentation / wiki / cookbook required ! #2
Comments
Hey Max, Yes. I plan to focus on documentation more after releasing version 1.4. |
Will there be a documentation? Or even gradle-documentation for the new android studio build-system? |
I cannot say when, but it will be. The wiki is open for modifications, so anyone can add info on features added by this library. For now the most useful documentation is the code of demo appliaction. And of course documentation on the Google Maps Android API v2, which this library is based on. |
This is a great library, and I'm appreciative... the code for the demo application is great. But it's not even commented. I don't really know what ClusterSettings does, or how to use it. Digging into the code of the library is possible - but again, there's little no comments in the code. I'm left to copy and paste from the examples and use trial and error to sort things out. So much so, that I'm left wondering if it can even support what I need. I'm sure you'd see more people use this if you had better documentation. |
How can implement cluster click?? |
@Kintanpatel4393 Add |
Is there any link to a simple example on how to set clustering setting in onMapReady method? More specifically, adding markers dinamically. Regards! |
How can I set clustering settings to the map returned by onMapReady method if I cannot cast com.androidmapsextension.Googlemap into com.google.android.gms.GoogleMap it says those are not convertible types. So how can I implement the extension? |
You need to use e.g. These is some examples in Line 252 in f9a733b
|
|
If you want to use this library, you can not use directly Google Maps ( |
Ok thank you! Thats what I needed. So that means I cannot use ClusterManager anymore right? do I need to set up manually clusterization at a certain zoom lvl or is it automatic? Also if I need diferent info window adapters for cluster and for markers do i need to change adapter depending on what is clicked everytime? |
hi, I can have a serious tutorial to use this extension ?
thanks.
The text was updated successfully, but these errors were encountered: