Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dagostinisy committed Jul 18, 2024
1 parent d4ce503 commit 0edbe78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android-docs/docs/changelog/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### Version 2.0.9
July 17, 2024
#### ✅ New Features
- Add `getCurretPosition(tagId: String)` API that returns the current position of the tag inside the building.
- Add `getCurrentPosition(tagId: String)` API that returns the current position of the tag inside the building.
#### ⚠️ API Changes
- Removed `WidgetSectionEditable` class.
#### 🐞 Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions android-docs/docs/v2/v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2235,12 +2235,12 @@ the resulting **ResponseMessage** contains the deleted `Ticket`.

BlueGPS_SDK provides some capabilities to get the position of the tags inside the building.

### 13.1 getCurretPosition
### 13.1 getCurrentPosition

`getCurretPosition` returns the current position of the tag inside the building..
`getCurrentPosition` returns the current position of the tag inside the building..

```kotlin
suspend fun getCurretPosition(
suspend fun getCurrentPosition(
tagId: String
): Resource<Position>
```
Expand Down

0 comments on commit 0edbe78

Please sign in to comment.