How to use google maps API to create new functions?
May 6, 2008 2:42 PM   Subscribe

How would one go about creating new functionality with google maps API?(eg. create a button that controls the zoom interface in order to with the click of one button zooms out then zooms in a new location at some preset speed, or perhaps flies you to several locations with one button click)

Im more a scripter than a programmer and am especially interested if there is already some sort of open source library of tools that have been built for this kind of idea.

Im not sure how intense such a project would be if doing it from scratch and what combination of tools would be optimal. Im also not sure if there are any legal points to consider when hacking API?
posted by figTree to Computers & Internet (2 answers total) 1 user marked this as a favorite
 
Best answer: Google's API is pretty good without hacking. You should browse their examples. I think the pieces you need to do your example (click a custom button, zooms out, zooms in somewhere else) are all in those examples. Specifically animate and custom controls.

If that isn't enough for you, PdMarker is a third party extension that might either give what you want or give you some clues how to write something yourself.
posted by ghostmanonsecond at 3:50 PM on May 6, 2008


Response by poster: thanks for the links.

If the links you show is not considered "hacking" i am wondering what is?
posted by figTree at 9:28 AM on May 8, 2008


« Older no casual sex please   |   What have I done??? My Pictures disappeared Newer »
This thread is closed to new comments.