Android studio tell me, that the markers in Mapbox are deprecated (API level 21+, mapbox-android-sdk:7.2.0). But in the official documentation the example is:
mapboxMap.addMarker(new MarkerOptions()
.position(new LatLng(48.85819, 2.29458))
.title("Eiffel Tower"));
Should I add markers this way or there is a new way of doing this?