MindFusion.Wpf Pack Programmer's Guide
MapView.ScrollTo Method (Double, Double)
See Also
 





Scrolls to the specified map location and center it inside the control.

Namespace: MindFusion.Mapping.Wpf
Assembly: MindFusion.Mapping.Wpf

 Syntax

C#  Copy Code

public void ScrollTo (
    double latitude,
    double longitude
)

Visual Basic  Copy Code

Public Sub ScrollTo( _
    latitude As Double, _
    longitude As Double _
)

 Parameters

latitude

A double value specifying the location latitude.

longitude

A double value specifying the location longitude.

 See Also

ScrollTo Method Overload List
MapView Members
MapView Class
MindFusion.Mapping.Wpf Namespace
SetZoomFactor Method