Multi_languages

Hi guys,

I’m currently working on implementing multi-language support for a map. However, I’ve encountered an issue when trying to import getVenue from the @mappedin/mappedin-js package. I have an error message:
Module ‘“@mappedin/mappedin-js”’ has no exported member ‘getVenue’.ts(2305)

I’m using @mappedin/mappedin-js version 6.0.1-alpha.31.

Could you please clarify whether getVenue is available in this version, or if there is an alternative method I should be using to achieve this feature.

Many thanks!

Hi @Pat !

It seems you’re looking to use the enterprise SDK! :slight_smile:

You can refer to the enterprise docs (Getting Started).

Additionally, you can reference the API Reference for SDK v5.

Easy way to fix the package is simply to

npm install @mappedin/mappedin-js@5.39.3

or

yarn add @mappedin/mappedin-js@5.39.3

Let me know if that resolves your issue :smiley: