API Road for native Android

Are there any APIs in android native to use Road Map APIs to get a smooth route. i found on google map JavaScript google map road apis but not sure about google maps library for android.

+3


source to share


1 answer


Not. There is a Roads API client library in Java and although not technically supported on Android, it should work. The reason it is not supported is because it requires you to distribute your API key with your application, which is not considered secure. If your use case has limited distribution (for example, this is a purely internal application), this may not be a problem for you.



+1


source







All Articles