react-native-mapsforge-vtm
Version:
React Native components to build vector maps using Mapsforges fork of vtm. Offline rendering of OpenStreetMap data. Android only
27 lines (24 loc) • 593 B
text/typescript
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',
] as const;
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',
] as const;