MindFusion.Mapping 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