Reputation: 381
I'm creating an android app which uses AR and camera to find different places around it and highlight them when displayed.
It is developed using wikitude SDK(javascript API). I took reference of wikitude documentation from this link and built the app till this point. This app displays random POIs but I want POIs as google places. How to a create service which gets information from google places API so that I can then inject that in my application? Which google place API should I use?
Upvotes: 1
Views: 254
Reputation: 161
I'd recommend you use the Google Places API - Place Details.
Google Maps API: Lets you add various types of base maps, draw various overlays on the map and use other services such as Directions.
Google Places API: Finds detailed information about places, use your current location and has auto complete features.
Upvotes: 2