Im using Google Maps API in my app and placing a lot of markers on the map. I need to make the size of the markers smaller, so they won't cover the whole country.
Note that i gotta use the default marker BitmapDescriptorFactory.defaultMarker
because i wrote an algo that defines the color of each marker group.
Thanks for the help in advance!
EDIT: I know there is a way to resize the marker by setting a custom Marker image, But i need to use the defualt marker,Therefore this topic is NOT duplicate

Follow these two steps down here:
Replace the Default Google Map Marker with the Bitmap icon as explained here
Then resize the particular Bitmap Icon in Activity as shown here.