I would like to display a map with a single marker using a nice and simple modal dialog. Are there any easy to use solutions for this? Ideally a jquery modal dialog with support for google maps or a way to easily get an iframe code for a google map given latitude and longitute only
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I'm using Gmap v3 and http://www.ericmmartin.com/projects/simplemodal/ The code below alow to render properly map after hide/show
|
|||
|
|
Use jqueryui dialog(), with gMap if you want the simplest solution. http://jqueryui.com/demos/dialog/#default
http://gmap.nurtext.de/documentation.html
Here is your html
|
||||
|
|
|
Depends on your definition of "easy". jQuery UI has pretty straightforward Dialog functionality. If not, use one of the 1001 lightbox plugins out there. As for using Google Maps - they have a powerful API that should allow you to place the type of map you want anywhere on the page - including in your dialog box. |
|||
|
|