request Locations From Coordinates
suspend fun requestLocationsFromCoordinates(languageCode: LanguageCode = LanguageCode.DE, longitude: Double, latitude: Double, restrictions: LocationInformationParams): Result<List<PlaceResultDto>>
Request a list of Place Results based on the given geographical point
Return
List of PlaceResultDto sorted by the nearest point
Parameters
language Code
The LanguageCode for the desired results, default is LanguageCode.DE
longitude
The longitude of the geographical point
latitude
The latitude of the geographical point
restrictions
Restrictions that should be used for results