neXenio / BLE-Indoor-Positioning

Multilateration using bluetooth beacons
Apache License 2.0
433 stars 129 forks source link

Able to show chart but blank on map/radar #183

Closed hifnii closed 3 years ago

hifnii commented 3 years ago

Hello,

Was exploring this GitHub code and wonder how I could install it properly. Manage to display iBeacon on the chart but having trouble trying to figure out why I could not load both map & radar. I've already change the lat & long, import map.

Can I check with you if I need to add some code in BeaconManager? I've already found my beacon macAddress, rssi value but unsure how to import it to BeaconManager. Sorry for this basic question, I'm new to Java Language & hope I could get guide from you.

Steppschuh commented 3 years ago

Hey, make sure that you also have a valid LocationProvider set for your beacons. Please refer to #144 for details.