Hi.
Iam able to filter my search results on some particular conditions but
i want when my user zooms in or zooms out on map , results to get
filtered then.iam not able to do this.i know this much that i have to
add listener to this event something like this

google.maps.event.addListener(map, 'zoom_changed', function() {
  codeAddress();
  });

but i dont know wt should i pass to codeAddress() which can fetch new
refined results for me
can anyone please explain me the logic behind this

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en.

Reply via email to