Hi all. I've been looking all day for this information, but haven't been too lucky so far. Here goes...
I'm trying to create a control similar to GNavLabelControl but GClientGeocoder likes to try and give you street addresses regardless of the zoom level you're at. I notice that GNavLabelControl manages to accomplish its cleaner breadcrumbs list by passing the HTTP geocoding service (upon which GClientGeocoder seems to rely) "ll" and "spn" query parameters which to create a viewport of sorts. Is there any way to replicate this functionality directly in GClientGeocoder and without having to resort to manually making requests to the HTTP geocoder while including the spn parameter? The setViewport method seems to add the spn and ll parameters when geocoding a string, but when you try reverse geocoding to a GLatLng the spn and ll parameters disappear. Perhaps this is a bug? Or, more likely, that I'm missing something blatantly obvious here? -- 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.
