Probably I'm blind, but
this works with Download only
but doesn't with Download2 (Don't be irritated about the char ö)
Any ideas? Never had such an issue. By the way: Can the generated get request be logged to see the format?
this works with Download only
B4X:
GetDirectionsJob.Download("https://maps.googleapis.com/maps/api/directions/json?origin=K%C3%B6ln&destination=Kerpen&key=AIzaxxxxxxxxx")
but doesn't with Download2 (Don't be irritated about the char ö)
B4X:
GetDirectionsJob.Download2("https://maps.googleapis.com/maps/api/geocode/json", _
Array As String("origin","Köln","destination","Kerpen","key","AIzaxxxxxx"))
B4X:
"error_message" : "Invalid request. Missing the 'address', 'bounds', 'components', 'latlng' or 'place_id' parameter.",
Any ideas? Never had such an issue. By the way: Can the generated get request be logged to see the format?