> So, you think that someone having a heart attack should get online, > post a question to a forum and sit and wait for an answer, instead of > calling 911? >
Sorry Marcelo God of the Gods... I did a mistake, the correct sentence is: Hey Marcelo, imagine if you're having a heart attack and the doctor says, I don't care, I'm a gynecologist and your disease is out of scope of this hospital?? By the way: Mission Accomplished !!! I found exactly what I was looking for, see this url: http://proofgroup.com/blog/2009/feb/google_mapping_single_address_cross_platform Now just need to replace the address for php that will get the address of each customer in the database. Here --- > $address = $_GET['addr']; I need replace by <?php echo "$street $city $province $state $country $zip"; ?> Other solution: Hidden form input without submit button: <input type="hidden" id=address value="your_postal_address" name=address> You call the address by javascript or <BODY onLoad.... > > > > Marcelo, Rossko, and other "experts" should be more humble, not > > arrogant or assertive to help those who are starting, like me, instead > > of treating us like idiots. > > > 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! > > > Thanks in advanced! > > > On Feb 26, 2:58 pm, Andrew Leach <[email protected]> > > wrote: > > > > On Feb 26, 7:22 pm, Infinitus 8 <[email protected]> wrote: > > > > > Hello Google, your site is wrong! There says that: "Google Street View > > > > provides panoramic 360 degree views from > > > > designated roads throughout the coverage area for Google Maps". > > > > Actually, that's correct, but it's a complex sentence. > > > > Within the area covered by Google Maps, some designated roads have > > > panoramic 360 degree views provided by Google Street View.- Hide quoted > > > text - > > - Show quoted text - -- 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.
