Skip to content

Call function to change center and zoom of maps #78

Description

@GoogleCodeExporter
Good morning,

I created a map using JSON to load several marker

I would like to introduce a function to display that allows me to change the 
center and zoom.

The function is called by different links within the HTML page,

function setregion() {
        
$ ('# map_canvas'). gmap ({
                                 'callback': 
function () {
var self = this;
/ / Marker
$ ('# map_canvas'). gmap.setCenter (17.3926,78.428435);
}
                                        
   
});
}


The feature introduced does not report errors but the map does not change.
I'm using jquery-ui-map-3.0-rc.

Thanks in advance.



Original issue reported on code.google.com by giacomo....@gmail.com on 22 Jul 2013 at 9:14

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions