Shanto George
Shanto George

Reputation: 994

Implement off line here map in android

I want to implement here map in my android application.I search about this in here map developer document and implement the map. But I want to implement off line options for this here map. How we implement here map off line option in our android application. Is there any documentation available for off line implementation of here map? Is there any sample code available for the same?

Upvotes: 0

Views: 189

Answers (1)

David Leong
David Leong

Reputation: 1762

If you are interested in using the engine in offline mode, first download some maps via the MapLoader API linked here. Next set the MapEngine to offline mode by using the API linked here

Once the MapEngine is set to offline mode, all requests will be done offline. Everything from map rendering, routing, search to guidance. Note that the results obtained offline may not be as good as online mode.

Upvotes: 2

Related Questions