hubermedia documentation 2015 html
SetCenterAndZoom Method

Verändert den aktuellen Kartenmittelpunkt und den aktuellen Zoomlevel.
Syntax
ASP.NET Ajax Javascript (Specification) 
function SetCenterAndZoom( 
   latLong : LatLong,
   zoomLevel : Int32
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfMap.SetCenterAndZoom(LatLong,Int32);

Parameters

latLong
Kartenmittelpunkt als LatLong.
zoomLevel
Zoomlevel als Integer-Wert.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Map class
Map Members

 

 


© 2018 All Rights Reserved.

Send comments on this topic.