Skip to content

Commit

Permalink
add forceFollowMe function on map view
Browse files Browse the repository at this point in the history
  • Loading branch information
dagostinisy committed May 30, 2024
1 parent 9d81ac9 commit 3bb75b4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions android-docs/docs/v2/v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


<div style="page-break-after: always;"></div>

Expand Down

0 comments on commit 3bb75b4

Please sign in to comment.