A simple Android application that works in combination with WhatIsThatPlace-Proxy.
It shows additional information for images you have taken - most importantly the location (if the underlying service [Google Vision API]) is able to detect it.
The gradle.properties
file requires two configuration that have to be set. First, the key for the Google Maps API have to be set and second also the key for the Google Vision API. The content of the gradle.properties
in the root folder of the project could look like:
MAPS_API_KEY="myMapsKey"
VISION_API_KEY="myVisionKey"
The key for Google Maps has to be generated in the Google Cloud Manager. Also, the Google Vision API key can be generated - after the API was activated.