On Feb 26, 9:51 pm, Infinitus 8 <[email protected]> wrote: > > So, I want ask "some who will answer anything" what is the simplest > way to replace Lat/Long by postal address? > Can I use hidden form fild? > Something like: > <input type="hidden" name="postal_address" value="<?php echo "$street > $city $state $country $zip"; ?>"> > > Any sugestion will be welcome!
Because you're using Google's ready-made search control, you get what you get. If you want to do anything else, you need to code it yourself (you probably got that far already). This group isn't really for telling you how to do that: that's what the documentation, examples and tutorials are for. The group will troubleshoot an attempt which doesn't work. If you want to provide a search box and get results like your present example you linked to, you need to use the AJAX Local Search API, which has its own documentation and support group. See http://code.google.com/apis/ajaxsearch/local.html -- you'd need something like the Phone List example to get the data in a form you can manipulate. Once the data is available, you can add it to the map and incorporate Street View in the infoWindow. *This* group will help you get that mapping part working. It may be I've misunderstood what you want to do. The above explains how to get Street View into your existing functionality. If that's not the end result you want, you'll need to describe exactly what you want to happen. -- 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.
