Class ResponseGeolocation
-
- All Implemented Interfaces:
public class ResponseGeolocation
-
-
Constructor Summary
Constructors Constructor Description ResponseGeolocation(String location)
-
Method Summary
Modifier and Type Method Description String
getLocation()
String
toString()
static ResponseGeolocation
parse(ResponseBody responseBody)
-
-
Constructor Detail
-
ResponseGeolocation
ResponseGeolocation(String location)
-
-
Method Detail
-
getLocation
String getLocation()
-
parse
static ResponseGeolocation parse(ResponseBody responseBody)
-
-
-
-