I am setting markers on an Android Mapbox. Those markers are not squarred images and can not be centered, they need an offset.
On Google Maps I can use Anchor, X and Y.
On previous versions of Mapbox I could have used MarkerView with the same Anchor.
But now in Mapbox 5.2 MarkerView is deprecated.
So how to align my markers correctly on my map ?
Thanks