Andrei
Andrei

Reputation: 1203

Map. jQuery plugin to create a mini analog google-maps

There is a great image - map. On a map specific locations (each location has its own icon). Clicking on the icon to display a summary of this place.

Can you advise what to use for this plugin, or maybe there is a ready-made tools. Or is it better not to reinvent the wheel (although so interesting:) and use google maps?

Upvotes: 0

Views: 221

Answers (2)

Tomas
Tomas

Reputation: 59597

Use Ground overlays or Custom overlays from Google maps API v3 - there is a very good documentation with examples (ground overlay, custom overlay).

Ground overlays seems to be simpler, you just put an image over the map and specify corner coordinates. Custom overlays allow for more functionality, but are more complex to use.

Upvotes: 1

duncan
duncan

Reputation: 31930

Use Google Maps API v3, which does everything you seem to be asking for.

Upvotes: 1

Related Questions