react-native-mapsforge-vtm
Version:
React Native components to build vector maps using Mapsforges fork of vtm. Offline rendering of OpenStreetMap data. Android only
6 lines (5 loc) • 570 B
JavaScript
;
export const LINKING_ERROR = 'The package \'react-native-mapsforge-vtm\' doesn\'t seem to be linked. Make sure: \n\n' + '- You rebuilt the app after installing the package\n' + '- You are not using Expo Go\n';
export const BUILT_IN_THEMES = ['DEFAULT', 'BIKER', 'MOTORIDER', 'NEWTRON', 'OSMARENDER', 'TRONRENDER'];
export const MarkerHotspotPlaces = ['NONE', 'CENTER', 'BOTTOM_CENTER', 'TOP_CENTER', 'RIGHT_CENTER', 'LEFT_CENTER', 'UPPER_RIGHT_CORNER', 'LOWER_RIGHT_CORNER', 'UPPER_LEFT_CORNER', 'LOWER_LEFT_CORNER'];
//# sourceMappingURL=constants.js.map