Thanks Larry for the suggestion. Yes, I think I am left out with only that option now.
On Apr 24, 3:59 pm, "[email protected]" <[email protected]> wrote: > On Apr 24, 12:48 pm, sundeep podugu <[email protected]> wrote: > > > Thanks for all you replies. > > > Yeah, I know all the possibilities that I have but I am also curious > > to know if there are any alternatives implemented by others to achieve > > the same task otherwise I wouldnt have posted in the forum. > > > My situation is its a third party tool CMS where we can only design > > html pages (also we can place js, xml, images but not serverside code > > like ASP, JSP) so I hard-coded the address of the locations on the > > html page and on body onload event I have extracted all these address > > through looping and sent it to geocode to extract lattitude and > > lattitude and load on gmaps. > > Then you can hard-code the coordinates as well. You can write your > page to take either an address or coordinates. If you don't provide > the coodinates, use the geocoder on the address, get the coordinates > it returns and hard code them in your page. > > -- Larry > > > > > Hope I am clear now. Could anyone share the experiences if any without > > using a db just incase. > > > On Apr 24, 6:45 am, arvinda srivastava <[email protected]> > > wrote: > > > > Dear Sandeep, > > > u can save all the info(Lat-Long etc) in DB and try > > > to > > > pick from there in loop. > > > u can give use the Ajax query to pick the lat-long > > > value and give 5sec interval time between > > > the two query. > > > let me know if u r facing the problem yet. > > > > On Sun, Apr 24, 2011 at 4:44 AM, sundeep podugu <[email protected]> > > > wrote: > > > > Hi, > > > > > I have multiple maps on the page. I am able to load all the maps but > > > > sometimes the maps are not loaded due to asynchronous method calling. > > > > I would like to know about having delay while calling the google maps. > > > > Below is the url of the page: > > > > >http://adrenalinepromotions.web6.hubspot.com/dealers/alabama-max-widt... > > > > > If you are unable to browse the link, please let me know so that I can > > > > post a small code snippet. > > > > > Thanks, > > > > Sundeep > > > > > -- > > > > You received this message because you are subscribed to the Google > > > > Groups > > > > "Google Maps API V2" 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. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
