Skip to content

Commit 094dafe

Browse files
authored
Update README.md
1 parent 13b1643 commit 094dafe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ dbHelper.getRecordCount(tableName, values, hasConditions, conditionalValues);
301301
app:typeface="QuattrocentoSans-Regular.ttf" />
302302
```
303303

304-
### Location
304+
### MyLocation class
305305

306306
>**This class will get the current location of the user.**
307307
```java
@@ -336,7 +336,7 @@ private MyLocation.LocationResult locationResult = new Mylocation.LocationResult
336336
myLocation.getLocation(this, locationResult);
337337
```
338338

339-
### Location Address
339+
### LocationAddress class
340340

341341
>**This class helps your to get the address of the current location or by using latitude and longitude.**
342342
```java

0 commit comments

Comments
 (0)