3

is there any APIs in android native to use Road Map APIs to fetch smooth direction route. i found in google map JavaScript Google map road apis but not sure about the Google Map Library for android

Mark McDonald
  • 7,571
  • 6
  • 46
  • 53
Hunt
  • 8,215
  • 28
  • 116
  • 256

1 Answers1

1

There is not. There is a Roads API client library in Java and although it's not technically supported on Android, it should work. The reason it's not supported is that it requires you to distribute your API key with your app, which is not considered secure. If your use case has restricted distribution (e.g. it's a purely internal app), this may not be an issue for you.

Mark McDonald
  • 7,571
  • 6
  • 46
  • 53