Does Google Maps sdk for iOS support caching for offline use?

Does Google Maps sdk for iOS support caching for offline use?
Just as the Google Maps application now allows offline interaction, I thought it was also used for applications built using the latest sdk.

Note. I used to be around StackOverflow because I know the questions should be related to the code, but since the discussion section of the official page sends me here with the tag [google-maps-sdk-ios], well .. here I and I apologize if that should not be so.

Thanks.

+6
source share
1 answer

No, with SDK 1.8.1 there is no direct support for Google Maps.

However, you can use a custom slab overlay that can load fragments from the loaded cache. This is against the T & C SDK for downloading Google Map tiles, but you can provide your own fragments from another provider, for example. OpenStreetMap.

0
source

Source: https://habr.com/ru/post/953334/


All Articles