diff --git a/android-docs/docs/v2/v2.md b/android-docs/docs/v2/v2.md index 82a64c7..24d8c75 100644 --- a/android-docs/docs/v2/v2.md +++ b/android-docs/docs/v2/v2.md @@ -867,6 +867,14 @@ mapView.getPositionMarker( Retrieve position marker. +### 5.2.31 forceFollowMe + +```kotlin +mapView.forceFollowMe(force: Boolean) +``` + +- `force` if true automatically follow and center map on tag, false otherwise. +