-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/sup 7038 #321
base: develop
Are you sure you want to change the base?
Feature/sup 7038 #321
Changes from 6 commits
ea0a9d2
2aaecf6
4a66b1e
a860587
e1bc758
637fc9b
b530782
08d055c
553f16b
827c608
59197f3
7b3ec32
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,22 @@ | ||
export const SITUM_API_KEY = ''; | ||
export const SITUM_BUILDING_ID = ''; // Identifier of the building | ||
export const SITUM_FLOOR_ID = ''; // Identifier of the floor | ||
export const SITUM_DASHBOARD_URL = 'https://dashboard.situm.com'; | ||
// Your Situm API Key (positioning). | ||
export const SITUM_API_KEY = 'YOUR-SITUM-API-KEY'; | ||
|
||
// Set here the building identifier you want on the map. | ||
export const BUILDING_IDENTIFIER = 'YOUR-BUILDING-IDENTIFIER'; | ||
|
||
// Alternatively, you can set an identifier that allows you to remotely configure all map settings. | ||
//For now, you need to contact Situm to obtain yours. | ||
emmanueltd marked this conversation as resolved.
Show resolved
Hide resolved
|
||
export const REMOTE_IDENTIFIER = ''; | ||
|
||
// You can also specify the language in which you want the UX of the viewer to be displayed. | ||
export const LANGUAGE = ''; | ||
|
||
// A String parameter that allows you to specify which domain will be displayed inside our webview. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Lo mismo que puse en la otra, falta un ejemplo de como sería este código |
||
export const API_DOMAIN = 'https://dashboard.situm.com'; | ||
|
||
// Supporting documentation | ||
` | ||
╔═══════════════════════════════════════════════════════════════════════════════════════════╗ | ||
║ Visit https://situm.com/docs/built-in-wayfinding-ui/#prepare-viewer for more information. ║ | ||
╚═══════════════════════════════════════════════════════════════════════════════════════════╝ | ||
`; |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9531,4 +9531,4 @@ [email protected]: | |
yocto-queue@^0.1.0: | ||
version "0.1.0" | ||
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" | ||
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== | ||
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sigue habiendo un cambio en el yarn.lock al parecer There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. estoy copiando tal cual este: https://github.com/situmtech/react-native/blob/develop/yarn.lock |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
En otros repos no se añade el _HERE del final, lo dejaría igual en todos