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®ion=au", kgooglegeocodeurl, params];
problem resolved, turns out search string correct, needed use utf8encoding, nsstring didn't commas.
Comments
Post a Comment