Reputation: 2420
I'm developing an Android app. This app must to draw a route in a MapView. But the only data that I have is a list of names of the streets that forms the route. Is there a way to make Google Maps API return a route with the street names?
Edit: The data will be preprocessed on desktop using normal Java. Not directly on Android.
Upvotes: 0
Views: 190
Reputation: 1020
I'm working in something similar. In general words I'm following those steps:
Upvotes: 1