Reputation: 828
i want to have a Google map like system (preferably in java script) which i could apply to an image in a div like this
<div id="map">
<img src="example/src.jpg" alt="map" id="mapImg"/>
</div>
and i wanted it to be able to give me the zoom in and out and pan in directions functionality, i was wondering how i would go about this. i am new to Java script. i have a high res image i plan on using to do this.i have not tried much to be honest and i have seen many JQuery plugins for it but i want a purely java script version which would be easily implemented to pan and zoom
Upvotes: 0
Views: 502
Reputation: 56529
Yes Google Maps API v3 has an option called Image Map Types, in which you have an custom-image with pan and zoom tools.
Here check out this example.
Upvotes: 1