Do a search around current location or an address, it returns a bunch of places on the map as well as on list. Uses google places API, reverse geocoding, google maps API..
GT-places is hosted in the following web site
https://github.com/simonzhexu/GT-places
If you think the Android project GT-places listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of GT-places.
Item | Value |
---|---|
Java File Count | 13 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-query-0.22.10.jar android-support-v4.jar gson-2.1.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.INTERNET |
There are 5 image files in GT-places. The names of the image files are listed as follows.
ic_action_current_location.png ic_action_search.png ic_action_search_dark.png ic_map_marker.png ic_map_marker_center.gif
The following screenshort is generated from the image listed above.
GT-places has the following Java source files.
com.gettaxi.gt_places.CustomItemizedOverlay.java com.gettaxi.gt_places.MainActivity.java com.gettaxi.gt_places.models.AddressComponents.java com.gettaxi.gt_places.models.AutocompleteResult.java com.gettaxi.gt_places.models.Geometry.java com.gettaxi.gt_places.models.Location.java com.gettaxi.gt_places.models.Place.java com.gettaxi.gt_places.models.PlaceDetail.java com.gettaxi.gt_places.models.PlaceDetails.java com.gettaxi.gt_places.models.PlacesResult.java com.gettaxi.gt_places.models.PlacesSearch.java com.gettaxi.gt_places.models.Prediction.java com.gettaxi.gt_places.models.ReverseGeocodeResult.java