React Native MapboxGL - How to display offline pack on ...

文章推薦指數: 80 %
投票人數:10人

createPack({ name: 'LionRock', styleURL: "mapbox://styles/mapbox/streets-v11", minZoom: 14, maxZoom: 20, bounds: [[114.168637,22.370876], ... Home Public Questions Tags Users Companies Collectives ExploreCollectives Teams StackOverflowforTeams –Startcollaboratingandsharingorganizationalknowledge. CreateafreeTeam WhyTeams? Teams CreatefreeTeam Collectives™onStackOverflow Findcentralized,trustedcontentandcollaboratearoundthetechnologiesyouusemost. Learnmore Teams Q&Aforwork Connectandshareknowledgewithinasinglelocationthatisstructuredandeasytosearch. Learnmore ReactNativeMapboxGL-Howtodisplayofflinepackonmapview? AskQuestion Asked 2monthsago Modified 2monthsago Viewed 71times 1 I'mworkingonaprojectthatallowsuserstousethemapoffline. Here'smycodetodownloadtheofflinepack. constdownloadRoute=async()=>{ try{ awaitMapboxGL.offlineManager.createPack({ name:'LionRock', styleURL:"mapbox://styles/mapbox/streets-v11", minZoom:14, maxZoom:20, bounds:[[114.168637,22.370876],[114.220005,22.332990]] }, (offlinePack,status)=>console.log(offlinePack,status), (offlinePack,err)=>console.log(offlinePack,err), ) console.log("Downloading") }catch(err){ console.log(err) } } Anditreturnssuccess. {"_metadata":null,"pack":{"bounds":[[Array],[Array]],"metadata":"{\"name\":\"LionRock\"}"}}{"completedResourceCount":667,"completedResourceSize":10960511,"completedTileCount":141,"completedTileSize":4011727,"name":"LionRock","percentage":100,"requiredResourceCount":667,"state":2} Then,ItriedtogetmyofflinepacksbackandmakeuseinMapView exportdefaultfunctionLocalRoutesScreen(){ useEffect(()=>{getRoutes()},[]) const[routes,setRoutes]=useState(null) constgetRoutes=async()=>{ try{ constofflinePacks=awaitMapboxGL.offlineManager.getPacks(); setRoutes(offlinePacks) }catch(err){ console.log(err) } } if(routes==null){return(Gettingyourmapready!)} console.log(routes) return( ) } WhenIruntheappandcutofftheinternetaccess,Mapboxreturnsnothing. Imageofresult HowcanIfixit?Thanks. react-nativemapbox-glreact-native-mapbox-gl Share Improvethisquestion Follow askedMar8at11:24 KWK_NikoKWK_Niko 1111bronzebadge 1 SameissuehereofflinePackspropnotavailableinmapview – sabarikobagapu Mar22at12:08 Addacomment  |  0 Sortedby: Resettodefault Highestscore(default) Datemodified(newestfirst) Datecreated(oldestfirst) Knowsomeonewhocananswer?Sharealinktothisquestionviaemail,Twitter,orFacebook. YourAnswer ThanksforcontributingananswertoStackOverflow!Pleasebesuretoanswerthequestion.Providedetailsandshareyourresearch!Butavoid…Askingforhelp,clarification,orrespondingtootheranswers.Makingstatementsbasedonopinion;backthemupwithreferencesorpersonalexperience.Tolearnmore,seeourtipsonwritinggreatanswers. Draftsaved Draftdiscarded Signuporlogin SignupusingGoogle SignupusingFacebook SignupusingEmailandPassword Submit Postasaguest Name Email Required,butnevershown PostYourAnswer Discard Byclicking“PostYourAnswer”,youagreetoourtermsofservice,privacypolicyandcookiepolicy Browseotherquestionstaggedreact-nativemapbox-glreact-native-mapbox-gloraskyourownquestion. TheOverflowBlog Securityneedstoshiftleftintothesoftwaredevelopmentlifecycle UnlockyourfullprogrammingpotentialwithTheKeyV2.0 FeaturedonMeta Overhaulingourcommunity'sclosurereasonsandguidance Related 320 HowdoyoudebugReactNative? 611 Hidekeyboardinreact-native 444 HowtodologginginReactNative 688 WhatisthedifferencebetweenusingconstructorvsgetInitialStateinReact/ReactNative? 534 HowcanIinsertalinebreakintoacomponentinReactNative? 547 ReactNativeandroidbuildfailed.SDKlocationnotfound 334 HowtoaddiconstoReactNativeapp 927 WhatisthedifferencebetweenReactNativeandReact? 450 ErrorRunningReactNativeAppFromTerminal(iOS) HotNetworkQuestions Whycan'tDFTcalculatetheaccurateelectronicconfigurationoftheOxygenatom? Differencesbetween栽培する,作る,and育てるfor"grow"? Questionson"ACERTIFIEDDIGITALSIGNATURE"Pg.19 Ifp-valuesarerandom,whynotdecideusingtheteststatisticinstead? Whatisthedifferencebetweenantennainputimpedanceanditsradiationresistance? Howdoesbikestaybalancedwhenthegearisonthesidenotinthemiddle Nprisonerslockedincells WhichtheoremshavePythagoras'Theoremasaspecialcase? Whyhaven'thumansbeenabsorbedorexterminatedbyorks? HowcanIfitasymbolthathassuperscriptsandsubscriptsintable'srow? DoCorporationsenjoythe"FreedomofSpeech"right? Whatdoes"Warmer"meaninthisconversation? Whatdoesthe"-d"optionofthe"read"shellcommanddowhenIuseitwithanemptystringasargument? ShouldItellmyemployeraboutbeingafreelanceroutsidemyregularworkinghours? Conditionnumberofamatrix Objectinfo"VertexNormal"fortextureprojectinginshadernodeonobjeckts FTLgatesanddrivesusedsimultaneouslywithoutredundancy? LEDforwardcurrentvsforwardvoltage Liftinaclosedspace AmImakingamistakebygoingtoa"mid-tier"program? Whatisthepurposeoftheshroudssurroundingtheserocketengines? Shortestrestrictedsuperstring Dophotosynthesisandrespirationviolatethelawofconservationofenergy? WhydoestheArduinogivemeavalueof1023? morehotquestions Questionfeed SubscribetoRSS Questionfeed TosubscribetothisRSSfeed,copyandpastethisURLintoyourRSSreader. Yourprivacy Byclicking“Acceptallcookies”,youagreeStackExchangecanstorecookiesonyourdeviceanddiscloseinformationinaccordancewithourCookiePolicy. Acceptallcookies Customizesettings  



請為這篇文章評分?