ASP.NET Pack Programmer's Guide
MapView.Center Property
See Also
 





Gets or sets the geographical center of a SlippyTiles map.

Namespace: MindFusion.Mapping.WebForms
Package: MindFusion.Mapping.WebForms

 Syntax

C#  Copy Code

public LatLong Center { get; set; }

Visual Basic  Copy Code

Public Property Center As LatLong

 Property Value

Type: LatLong

 Remarks

This property is used only if ClientSideMode is set to ClientSideMode.SlippyTiles.

 See Also

MapView Members
MapView Class
MindFusion.Mapping.WebForms Namespace