We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87047a0 commit 74d0557Copy full SHA for 74d0557
maplibre_gl/android/src/main/java/org/maplibre/maplibregl/MapLibreMapController.java
@@ -1946,7 +1946,7 @@ public void setMyLocationRenderMode(int myLocationRenderMode) {
1946
}
1947
1948
@Override
1949
- public void setUserLocationAnchorOffset(float x, float y) {
+ public void setUserLocationAnchor(float x, float y) {
1950
userLocationAnchorOffset = new PointF(x, y);
1951
Log.d(TAG, "setUserLocationAnchor not supported on Android");
1952
0 commit comments