Skip to content

Commit 74d0557

Browse files
committed
Fix compiling
1 parent 87047a0 commit 74d0557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maplibre_gl/android/src/main/java/org/maplibre/maplibregl/MapLibreMapController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1946,7 +1946,7 @@ public void setMyLocationRenderMode(int myLocationRenderMode) {
19461946
}
19471947

19481948
@Override
1949-
public void setUserLocationAnchorOffset(float x, float y) {
1949+
public void setUserLocationAnchor(float x, float y) {
19501950
userLocationAnchorOffset = new PointF(x, y);
19511951
Log.d(TAG, "setUserLocationAnchor not supported on Android");
19521952

0 commit comments

Comments
 (0)