Search
MapView.scrollTo Method
See Also
 






Scrolls the view to the specified point.

Namespace: MindFusion.Mapping
File: MapView.js

 Syntax

JavaScript  Copy Code

function scrollTo (x, y)

 Parameters

x

A number specifying the new horizontal scroll position.

y

A number specifying the new vertical scroll position.

 See Also