@chauffleet/expo-custom-map
Version:
Open source custom map library for Expo/React Native. Use your own tiles without Google Maps, Mapbox, or API keys. Created by ChaufFleet.
6 lines • 365 B
TypeScript
export { TileCache } from './TileCache';
export { TilePreloader } from './TilePreloader';
export { PERFORMANCE_CONSTANTS, MemoryManager, FrameRateManager, ThrottleUtils, AdaptiveConfig, } from './PerformanceOptimizations';
export * from './utils';
export type { TileInfo, CacheStats, PerformanceStats, MapRegion, } from './types';
//# sourceMappingURL=core.d.ts.map