public interface NearestPlacesService
| Modifier and Type | Method and Description |
|---|---|
retrofit.Call<java.util.List<PlaceData>> |
getNearestPlaces(java.lang.String locale) |
@GET(value="nearest_places.json") retrofit.Call<java.util.List<PlaceData>> getNearestPlaces(@Query(value="locale") java.lang.String locale)