简体   繁体   中英

iOS map in xamarin forms, does it work offline?

I am just curious if the xamarin forms map that u use for ios works when you have no internet? and if not, can you possibly download a certain area and include it in the app when they download?

No, the standard Apple map will not work offline. There may some caching going on under the covers, but you have no control over it. If you want an offline maps solution you would need to investigate a third party control that allows explicit caching and write a custom renderer for it.

Here you have two possible options for your request. Osmsharp and nutiteqmapssdk and iOS offline

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM