request Locations From Search Term
suspend fun requestLocationsFromSearchTerm(languageCode: LanguageCode = LanguageCode.DE, term: String, restrictions: LocationInformationParams): Result<List<PlaceResultDto>>
Request a list of Place Results based on the given search term
Return
List of PlaceResultDto that contains the search term
Parameters
language Code
The LanguageCode for the desired results, default is LanguageCode.DE
term
The given search term
restrictions
Restrictions that should be used for results