Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 458 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 458 Bytes

Task

You have to create a script which will receive information about the current user location (a cafe, park, gym etc) using given geographical coordinates.

Technologies

Google Places API - for getting the list of the nearest places
Groovy - as a scripting language

You are free to use any other available libraries. You should focus on obtaining the most reliable and straightforward in an implementation and use solution.