i used google map api through json
in browser result is complete but in b4i through below code job.Success = true but GetString return incomplete result
B4X:
Dim str As String = "https://maps.googleapis.com/maps/api/place/autocomplete/json?input=jordan&language=en&key=[API_Key]"
Dim http As HttpJob
http.Initialize("getAddress",Me)
http.PostString(str,"")