From 3729e541723bbec3ca64997ab984ebb369f00295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20P=C3=B3=C5=82grabia?= Date: Wed, 28 Sep 2016 22:04:03 +0200 Subject: [PATCH] Added dtos to handle business data. --- app/src/main/res/layout/fragment_places.xml | 2 +- .../googleutils/dto/GooglePlaceGeometry.java | 9 ++ .../googleutils/dto/GooglePlaceLocation.java | 33 +++++ .../googleutils/dto/GooglePlacePhoto.java | 55 ++++++++ .../googleutils/dto/GooglePlaceResult.java | 125 ++++++++++++++++++ .../googleutils/dto/GooglePlaceViewport.java | 33 +++++ .../googleutils/utils/PlacesUtils.java | 32 ++++- 7 files changed, 285 insertions(+), 4 deletions(-) create mode 100644 googleutils/src/main/java/pl/tpolgrabia/googleutils/dto/GooglePlaceGeometry.java create mode 100644 googleutils/src/main/java/pl/tpolgrabia/googleutils/dto/GooglePlaceLocation.java create mode 100644 googleutils/src/main/java/pl/tpolgrabia/googleutils/dto/GooglePlacePhoto.java create mode 100644 googleutils/src/main/java/pl/tpolgrabia/googleutils/dto/GooglePlaceResult.java create mode 100644 googleutils/src/main/java/pl/tpolgrabia/googleutils/dto/GooglePlaceViewport.java diff --git a/app/src/main/res/layout/fragment_places.xml b/app/src/main/res/layout/fragment_places.xml index fcee28f..6bac01d 100644 --- a/app/src/main/res/layout/fragment_places.xml +++ b/app/src/main/res/layout/fragment_places.xml @@ -8,7 +8,7 @@ + android:text="@string/location_info"/>