iphone - Google Maps Boundaries (limiting location data to a Lat/Long Boundary) -


anyone know how thew google maps api http request/response return me locations fall within australia ?

i thought add:

bounds=lat, long | lat long 

creating square boundary based off coordinates, google strange reason isn't liking it.

[nsstring stringwithformat:@"%@%@+australia&bounds=-9.102097,104.765625|-44.902578,159.697266&sensor=false&region=au", kgooglegeocodeurl, params]; 

problem resolved, turns out search string correct, needed use utf8encoding, nsstring didn't commas.


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -