hamed rezaei
hamed rezaei

Reputation: 11

Android offline map api

i want to develop android app for routing and navigation i'm looking for an api for map routing(shortest and fastest route calculation) with offline map and routing support Any ideas and experience on that will be appreciated.

Upvotes: 0

Views: 1714

Answers (1)

Petr Duchek
Petr Duchek

Reputation: 1233

I hope osmdroid is solution for you.

(online routing with osmbonuspack or offline with osmdroid + GraphHopper or just with GraphHopper)

osmdroid is a (almost) full/free replacement for Android's MapView (v1 API) class. It also includes a modular tile provider system with support for numerous online and offline tile sources and overlay support with built-in overlays for plotting icons, tracking location, and drawing shapes.

Upvotes: 2

Related Questions