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

10 lines (9 loc) 782 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MarkerHotspotPlaces = exports.LINKING_ERROR = exports.BUILT_IN_THEMES = void 0; const LINKING_ERROR = exports.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'; const BUILT_IN_THEMES = exports.BUILT_IN_THEMES = ['DEFAULT', 'BIKER', 'MOTORIDER', 'NEWTRON', 'OSMARENDER', 'TRONRENDER']; const MarkerHotspotPlaces = exports.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