This is my Get request for api:
http://maps.googleapis.com/maps/api/geocode/json?latlng=50.126886,14.421954&language=cs&sensor=false
And I get really long response which is not ideal for mobile device. So which parameters should I add to get just result with first "address_components"
and "formatted_address"
but don't get other things (they are useless for me). Thanks