Could not for the life of me get adb backup to work, but the following worked with root enabled to pull the map_data_storage.db file directly:
Code:
adb shell su -c "cp /data/data/com.amazon.kindle/databases/map_data_storage.db /sdcard/"
adb pull /sdcard/map_data_storage.db