views:

35

answers:

1

Hey guys,

is it possible to provide directions on a map on Android from 1 place (e.g a specific lat/lng) to another specific lat/lng? I realise this is doable with the Google-maps API but can you do it within Androids native implementation?

+1  A: 

I realise this is doable with the Google-maps API but can you do it within Androids native implementation?

Directions are not part of the Google Maps add-on for Android. There may be independent services you can use to obtain that information, though. Please be sure to follow their terms of service.

CommonsWare