Android Maps Extensions is a library extending Google Maps Android API v2
Questions tagged [android-maps-extensions]
38 questions
1
vote
0 answers
Weird Android Maps Extensions Run Time Issues
I downloaded a library called Android Maps Extensions from Github.
I can run the demo of this library in debugging mode, on my Samsung Note (GT-N7000) which runs Android 4.0.4.
If I click a button inside app, the app will stop and the screen will…

FlyingLancet
- 11
- 2
1
vote
2 answers
Changing the marker icon using android-maps-extensions
I moved to android-maps-extensions for clustering. But I want to change the icons of the markers during runtime. In the original google maps lib markers have a setIcon method, that is missing in the extension lib. Would it be feasible to add the…

comatic
- 25
- 5
1
vote
2 answers
How to import a new project in android app properly?
I am making an android app which uses google maps api v2. I want to use the clustering features so I am following the tutorial here
http://karnshah8890.blogspot.ca/2013/04/clustering-on-google-map-v2.html
and using the android maps extension plugin…

omega
- 40,311
- 81
- 251
- 474
1
vote
0 answers
How to temporarily suspend clustering in Android Map Extensions?
I want to pause markers clustering during marker drag so that in process it won't be "trapped" by a nearest cluster.
It looks like a way to do it is to call ClusteringSettings.enabled(false). The problem is that ClusteringSettings instance is not…

esteewhy
- 1,300
- 13
- 23
1
vote
1 answer
Exclude marker from clustering - Google Maps Extension (Android app)
I'm using version 1.3.1 of the Google Maps Extension and am trying to exclude a marker from being clustered. I have one marker that is set in the onCreate method of my app and it represents My Location. I want this to always be visible and not be…

Phil
- 4,029
- 9
- 62
- 107
0
votes
1 answer
Android Map Extensions on zoom cluster transition
I was implementig maps extensions in my solution, and i cant figure out how to activate the cluster transition animation. There is a class called ClusterAnimator but is not used in the example.
So the question is, how can activate the cluster…

Luis Sepulveda Hidalgo
- 155
- 1
- 6
0
votes
1 answer
Importing AndroidMapsExtensions into Android Studio
I have been trying relentlessly to use this library. Everytime I add it, I lose all android.support.v4 and com.google.android.gms.maps cababilities. There is very little documentation for this library.
Is there any tutorial that I have overlooked…

jb15613
- 359
- 4
- 12
0
votes
1 answer
Android-Maps-Extensions InfoContents Generating Exception
In part of my method, I configure infocontents to get html content from the marker's "title" and display this in the infowindow. I also make the window a clickable link. I am using Android-Maps-Extensions to cluster the markers.
private void…

dunce1
- 323
- 5
- 21
0
votes
1 answer
Android-Maps-Extensions Generating Error with MapFragment
I am converting my existing Google Map code (most of which, was generated when I selected "Google Maps Activity" in Android Studio) to the Android-Maps-Extensions library in order to use both a Marker Clustering which is part of this library and an…

dunce1
- 323
- 5
- 21
0
votes
0 answers
Android Map Extensions Errors with getMap() and onMapReady()
I have been using the awesome android map extensions library in my application. I am doing a rewrite of the map / marker section and have attempted to updated the library to the 2.2 release from https://github.com/mg6maciej/android-maps-extensions,…

jasonflaherty
- 1,924
- 7
- 40
- 82
0
votes
1 answer
Can I Import Android Map Extensions in Eclipse
Android Map Extensions Library had been containing the gradle for references, There is no bin to add it directly as library in Eclipse, I try to paste those files into the same package name in Eclipse but it does not work and gave many errors.
Is…

Mohit
- 2,189
- 4
- 22
- 40
0
votes
1 answer
Android Google Map coordinate
Currently doing a simple app that contain google map. and i would like to link to next activity when the user click on a designed coordinate but it is not working and there is no error, please help me
double latitude = 1.34503109;
double…

Glynn Neo
- 33
- 9
0
votes
2 answers
how to open up a map of a particular city using google APIs in android
I have been able to open up a map of the world through code and mark a few places. However, I always have to zoom down to the city, which takes a little while. Is there any way to directly open up a map of a particular city?

SoulRayder
- 5,072
- 6
- 47
- 93
0
votes
1 answer
android-map-extensions weird clustering behavior
I'm currently using android-map-extensions to cluster markers on google map. However, sometimes two markers are clustered when they are really far, sometimes they have to be almost overlapping each other to be clustered together. I've been trying to…

jakelong122
- 13
- 5
0
votes
1 answer
android-maps-extensions infoWindow doesn't show
I need display >100 markers on the map and show info window after click on marker.
I have used android google maps api v2, but it is lagging with such number of markers. So I decided switch to android-maps-extensions. After I did it info window has…

Vladimir
- 7
- 3