You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
Put an X between the brackets on this line if you have done all of the following:
My beacons have Estimote Location packet enabled (Check it in the Estimote Cloud, or via app)
My Android device/devices supports BLE and has Android OS version >= 5.0.0
My Android device/devices have bluetooth enabled
My app has Location Permissions granted
Basic information
Estimote SDK version: 2.5.3 Android devices affected: Samsung Galaxy S7 Android OS version affected: Android 8 Beacon hardware version: N/A
Description
SDK users cannot customize other location points inside the indoor location view map.
Our goal is to display the locations of multiple users inside the indoor location view map.
We attempted to implement this by saving all location data of each user in our own backend, and we created an HTTP API call to fetch the other location data present on that map, so that we can display the location of other users as well.
Steps to reproduce:
Setup Estimote
Navigate inside the indoor location view. You should be able to see your real time location in the map
Do this on multiple phones inside a single location.
Send all location of each user in a custom backend API.
Fetch data on that backend API to retrieve other location points of other users.
Display the other location of users in the map using:
Prerequisites
Basic information
Estimote SDK version: 2.5.3
Android devices affected: Samsung Galaxy S7
Android OS version affected: Android 8
Beacon hardware version: N/A
Description
SDK users cannot customize other location points inside the indoor location view map.
Our goal is to display the locations of multiple users inside the indoor location view map.
We attempted to implement this by saving all location data of each user in our own backend, and we created an HTTP API call to fetch the other location data present on that map, so that we can display the location of other users as well.
Steps to reproduce:
` val points = mutableListOf()
Expected behavior:
Actual behavior:
(Optional) Additional information
Screenshot:
The small yellow "dot" in the lower left is other custom point being displayed.
The text was updated successfully, but these errors were encountered: