Skip to content

Commit 5bcb274

Browse files
committed
Updated README.md File
1 parent de62d00 commit 5bcb274

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ ________________________________________________________________________________
2828

2929
Method | Description
3030
-------|------------
31-
```**GetFromLongLat**(double longitude, double latitude, int radius)``` | Creates a url based on reverse geocoding, passes the url to the HTTPRequest method, and returns the results of a ReverseGeocoding API request.
32-
```**GetFromZipcode**(int zipcode)``` | Creates a url based on forward geocoding, passes the url to the HTTPRequest method, and returns the results of a ForwardGeocoding API request.
31+
**GetFromLongLat**(double longitude, double latitude, int radius) | Creates a url based on reverse geocoding, passes the url to the HTTPRequest method, and returns the results of a ReverseGeocoding API request.
32+
**GetFromZipcode**(int zipcode) | Creates a url based on forward geocoding, passes the url to the HTTPRequest method, and returns the results of a ForwardGeocoding API request.
3333

3434

3535
####Usage Examples####
@@ -40,7 +40,7 @@ ________________________________________________________________________________
4040
String result = zipObj.GetFromZipcode(zipcode);
4141
System.out.println(result);
4242
```
43-
43+
4444
- **Reverse Geocoding**
4545

4646
```

0 commit comments

Comments
 (0)