Pans the map to center around the provided center

Namespace:  ESRI.ADF.UI
 

Syntax

function panTo (
	point : Point, 
	animate : Boolean
)

Parameters

point
Type: ESRI.ADF.Geometries..::.Point
Point to center on the screen
animate
Type: [T:J#Boolean]
Specifies whether animation should be used for panning. Default is true. If pan distance is too great (more than one map window size outside the current view), animation will be skipped.

See Also