You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -231,6 +231,8 @@ IP Geolocation API Java SDK has following classes that you can use to fully leve
231
231
| getFields() | Get fields set to lookup geolocation. | String |
232
232
| setIPAddresses(String[] ips) throws IllegalArgumentException | Set IP addresses to lookup multiple geo-locations. Throws IllegalArgumentException if no. of IP addresses are more than 50. **Note:** Multiple IP addresses lookup is only available for paid users. | void |
233
233
| getIPAddresses() | Get IP addresses set to lookup bulk geolocations. | String[]|
234
+
| setLang(String lang) | Set language parameter to lookup geolocation. | void |
235
+
| getLang() | Get language set to lookup geolocation. | String |
234
236
235
237
### Class: io.ipgeolocation.api.Geolocation
236
238
@@ -291,6 +293,8 @@ IP Geolocation API Java SDK has following classes that you can use to fully leve
291
293
| setLocation(Double latitude, Double longitude) | Sets latitude and longitude of a location to query time zone information. | void |
292
294
| getLatitude() | Returns latitude set to query time zone information. | Double |
293
295
| getLongitude() | Returns longitude set to query time zone information. | Double |
296
+
| setLang(String lang) | Set language parameter to lookup geolocation. Default is 'en'. | void |
297
+
| getLang() | Get language set to lookup geolocation. | String |
0 commit comments