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

14 lines (12 loc) 274 B
"use strict"; /** * 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; //# sourceMappingURL=promiseQueue.js.map