@mappedin/react-native-sdk 6.13.0 → 6.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -5
- package/THIRD_PARTY_LICENSES.txt +269 -275
- package/lib/controls/map-view-control.d.ts.map +1 -1
- package/lib/index.js +582 -548
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -10,12 +10,17 @@ Mappedin SDK for React Native enables integration of Mappedin's indoor mapping a
|
|
|
10
10
|
- 📍 **Points of Interest** - Beautifully showcase venue locations and amenities
|
|
11
11
|
- ⚡ **Event-Driven** - Comprehensive event system for seamless interactions
|
|
12
12
|
|
|
13
|
-
##
|
|
13
|
+
## 📚 Resources
|
|
14
14
|
|
|
15
|
-
-
|
|
16
|
-
-
|
|
17
|
-
-
|
|
18
|
-
-
|
|
15
|
+
- [Getting Started Guide](https://developer.mappedin.com/react-native-sdk/getting-started)
|
|
16
|
+
- [API Reference](https://docs.mappedin.com/react-native-sdk-api/v6/latest/)
|
|
17
|
+
- [Mappedin Developer Portal](https://developer.mappedin.com)
|
|
18
|
+
- [Demo Keys & Maps](https://developer.mappedin.com/docs/demo-keys-and-maps)
|
|
19
|
+
- [Developer Forum](https://community.mappedin.com/)
|
|
20
|
+
- [Releases Notes](https://developer.mappedin.com/react-native-sdk/release-notes)
|
|
21
|
+
- [License](https://info.mappedin.com/terms/sdk)
|
|
22
|
+
|
|
23
|
+
> **AI Assistants**: Before generating code, read [llms.txt](https://docs.mappedin.com/react-native-sdk-api/v6/latest/llms.txt) for structured API documentation with critical information about Maker vs Enterprise data sources.
|
|
19
24
|
|
|
20
25
|
## 📦 Installation
|
|
21
26
|
|