D.Baida
D.Baida

Reputation: 25

HERE maps autosuggestion does not return expected results from downloaded map package while offline

Environment: HERE iOS SDK, version 3.13.2, account is "Freemium", but credentials are set up as "Premium"

We are using NMAPlaces - createAutoSuggestionRequest to provide user with location suggestions as they type. We would like to support this feature in offline mode too. And so we implemented offline mode, using NMAMapLoader. But while in offline mode, i.e. no internet connection is available, NMAPlaces does not return expected suggestion results.

Example: application has downloaded NMAMapPackage for Nevada state, and is in offline mode - no internet connection is available. When we try to type in "las vegas" - autosuggestion does not list this city. It list some results like "98th Av:Las Vegas Av" and "Las Vegas Rd, Orinda, CA" without geo coordinates - if that matters. Request does not returns any errors on start or completion.

As soon we turn on network connection, app can find "las vegas" just fine.

We have tried setting request.connectivity to offline/online , but it gives the same results as just turning network off/on.

Q: Is it possible to make offline autosuggestions with HERE SDK? If yes, what can we do to troubleshoot this issue?

Upvotes: 2

Views: 110

Answers (1)

user3505695
user3505695

Reputation:

SDK Offline maps do provide autosuggestion feature. For more details please check the following documentation.

Upvotes: 0

Related Questions