On Feb 22, 10:05 am, leven <[email protected]> wrote: > > My question is thus: Is it possible to avoid this redirection from > taking place in cases with no data/address? So if the location clicked > has no address info the marker just stays there without any data being > fetched.
The returned result also has a lat/lon. You could compare the returned lat/lon with the one you sent, and if it is too far from the original then discard it. This example shows both la/lon pairs: http://code.google.com/apis/maps/documentation/examples/geocoding-reverse.html > > (Was going to paste the code used but google guidelines discourage > this so if you need it, ask me) 5-stars for following the posting guidelines! ;-) -- Marcelo - http://maps.forum.nu -- > > Thank you for your time, > > Kostas -- 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.
