Interface LocationRetrofitApi
public interface LocationRetrofitApi
Retrofit API interface fot the exxtractor Location service
- Since:
- 8/13/14
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getExxtractorLocation
(int deviceType, retrofit.Callback<Location> handler)
-
Method Details
-
getExxtractorLocation
@GET("/exxtractor/api/v2/location?os=2") void getExxtractorLocation(@Query("device") int deviceType, retrofit.Callback<Location> handler)
-