Recenters (and zooms if asked) on user-provided coordinates.
Typical usage
var coordsrecenter = new mapfish.widgets.recenter.Coords({
el: 'myDiv',
map: map,
scales: config.scales, // list of available scales.
// ie. [100000, 50000, 25000, 10000]
// If not provided, no scales combo is displayed
showCenter: true, // boolean, indicates if a symbol must be shown
// at the new center
defaultZoom: 4 // zoom level used if no zoom level is provided by
// the user. If no zoom level value is available,
// zoom level remains unchanged.
});
Inherits from