Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

google maps question

Status
Not open for further replies.

IDTstudios1

Programmer
Aug 8, 2004
72
US
can anyone explain how google pulled off the scrolling map and how the images are loaded as tiles. I need something similar for a college campus map. If someone could just point me in the right direction that would be great.

Thanks,
Andrew
 
Forgot to mention that I already have a php script coded to grab the tiles. I'm just not a javascript whiz.
 
AFAIK, Google Maps use a combination of JavaScript and the XMLHttp control, collectively known as AJAX (Asynchronous JavaScript and XMLHttp?).

There have been many questions here on AJAX, and numerous articles... Search the forums here for AJAX or XMLHttp to find more.

Hope this helps,
Dan



[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
thanks for the help. AJAX was the key word. A few searches and I found what I needed.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top