UNPKG

react-native-mapsforge-vtm

Version:

React Native components to build vector maps using Mapsforges fork of vtm. Offline rendering of OpenStreetMap data. Android only

13 lines (10 loc) 221 B
/** * External dependencies */ import Queue from 'queue-promise'; // Init the promise queue and export the instance. const promiseQueue = new Queue( { concurrent: 400, interval: 1, } ); export default promiseQueue;