neXenio / BLE-Indoor-Positioning

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

Beacon map background invisible #182

Open laojichao opened 3 years ago

laojichao commented 3 years ago

beaconMap.setMapBackground(beaconMapBackground); but my map not background

Steppschuh commented 3 years ago

You probably failed to provide the correct reference points. Please refer to the example implementation in BeaconMapFragment.onCreateView(...). You can learn how to calculate reference locations in the wiki.