Get the full file path for places.json.
Future<String> getPlacesFilePath() async { final path = await getDataDirPath(); return '$path/places/$placesFileName'; }