BLE-Indoor-Positioning
BLE-Indoor-Positioning copied to clipboard
Beacon map background invisible
beaconMap.setMapBackground(beaconMapBackground); but my map not background
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.