I would like to center a Google Map marker on Android. Indeed, a marker is center on the x-axis but is on the top of the specified point.
For this moment i'm doing this :
mMarker = mMap.addMarker(new MarkerOptions().position(pos)
.icon(BitmapDescriptorFactory.fromBitmap(iconeRotated)));
Where iconeRotated is a Bitmap object.