I'm quite new in Android developing...I have an idea but I need some "pointers".
The idea is to build an application that would use Google Maps to get directions to a location and draw some custom added items in the X radius of that location.
Example: - user would enter a location where he/she wants to go - the application would draw a route from the current GPS location to the desired location - the application would draw custom added items, like shops (that'd be integrated in the app.) that are near that location (X radius)
Is it possible to achieve something like this with Google Maps API? I'm not asking for source code (that would be silly), I'd just like some directions. Thanks in advance.