Answer the question
In order to leave comments, you need to log in
Android google maps: simple cluster example with images?
Hello!
I am using the standard google maps api android library and android-maps-utils.
Learned to add markers with images by:
Marker mapMarker = mMap.addMarker(new MarkerOptions()
.position(MELBOURNE)
.title(obj.getString("text"))
.snippet("text")
.icon(BitmapDescriptorFactory.fromBitmap(bmIcon)));
ClusterManager<MyItem> mClusterManager;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question