Android Maps v2 custom marker has incorrect position on zoom
问题 I know this has been discussed before, but I actually can't find a solution. I am adding a custom icon for my marker: markerUserLocation = mMap.addMarker(new MarkerOptions().position(new LatLng(point.latitude, point.longitude)) .anchor(0.5f, 1.0f) .icon(BitmapDescriptorFactory.fromResource(R.drawable.ic_marker_my_location))); The problem is when zooming in/out the marker gets positioned in a bad place. I have tried to play with the anchor values, but no success. Isn't the default anchor mid