Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.1 KB

README.md

File metadata and controls

18 lines (15 loc) · 1.1 KB

Travel-App

Location based android app for tourists using Google Maps API and Google Places API.

App-Features

  1. Tourist Attractions at a radius of 5km around the user's location are displayed and also marked on the map.

2. The user can view further details of each place

3. The user can also save places to view them later

Getting Started

  1. Generate Google Maps API key using the following link
    https://developers.google.com/maps/documentation/android-sdk/get-api-key

  2. Add the API key to api_key variable in MapsActivity.java(line 190),PlaceInfo.java(line 66) and google_maps_api.xml(line 24)

  3. Build and run on an emulator or on physical device