Future<List<Location>> searchLocation(String locationName) async { return await locationFromAddress(locationName); }