Android Maps Extensions is a library extending capabilities of Google Maps Android API v2.
People
Repo info
Activity
Joan Zapata
@JoanZapata
Thanks!!!
Maciej Górski
@mg6maciej
@JoanZapata My pleasure. Have fun using AME.
Wesley Viana
@wviana
Hello, is there any way to use Distance-based Clustering instead of Grid-based ?
Maciej Górski
@mg6maciej
@wviana Hey. Distance based clustering is not implemented in this library. if you are not into providing your own clustering strategy (and sending a pull request, which are always welcome), I suggest trying Android Maps Utils library or Clusterkraf.
Wesley Viana
@wviana
@mg6maciej Ok , thank you very much. I'll think about implement it. Maybe later on this project I'll have the opportunity. Thank you very much.
Maciej Górski
@mg6maciej
@wviana If you find time to implement it, I can guide you with that. Would be awesome to have this feature in AME.
Wesley Viana
@wviana
Hi, the method getDisplayedMarkers(); should bring just the markers that are inside the visible part of the map, shouldn't it ?
Wesley Viana
@wviana
Oh, I get it, in getDisplayedMarkers() it brings all markers on the map as it as. like cluster markers, on getMarkers() are the markers without the cluster, but all the markers inside the cluster too.
Maciej Górski
@mg6maciej
@wviana Yep. I know the names are not very well chosen, but I'm glad you figured it out.
Wesley Viana
@wviana
@mg6maciej how hard you think it is to implement a onMarkerLongClickListener? I’m thiking to implement it, but I don’t even know where to begin from. I did fork and created a new Branch on it.
Maciej Górski
@mg6maciej
@wviana That would conflict with drag support in official API. If you really want to do that, I would start with using onMapLongClickListener and somehow detecting that pressed pixel is above some marker. You don't even need to fork the library to do that.
Wesley Viana
@wviana
Is there a ClusterOptions that don’t make a cluster?
Wesley Viana
@wviana
I’m trying to don’t custer in a specific group of markers
@mg6maciej I seem to be seeing Pollygon.getData sometimes return null. I am always adding non-null data.. but when I iterate the full set of polygons, there are sometimes nulls.
Maciej Górski
@mg6maciej
@dbachelder I use to say "sometimes" is not a good word when describing a bug ;) If you can create a simple example where it fails, I'd be happy to fix it, but AME code related to Polygons is very simple, so I'm not sure where it could fail.
dan
@dbachelder
Yeah, I agree it's a horrible bug report... just wanted to see if anything jumped out at you when I said that.
There are no weak references or any known spots where data might somehow end up null?
Shekhar Prasad Rajak
@Shekharrajak
Hello , I am working on an android app project.I am trying to integrate google map, I tried to follow steps given in android developers site and also tried some open source sample code from github.But it is no working . Can someone please help me to integrate google map in android app. Thanks.