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?