Categories
JavaScript

Google Maps: some of the things you can do with it

http://jsfiddle.net/ramiror/fTtUA/ remove markers:

my_marker.setMap(null)

Programatically create a dialog box:

$.mobile.changePage( “page for the dialog content”, { role: “dialog”} );

Leave a Reply

Your email address will not be published. Required fields are marked *