Puts a pointer on the specified location

Namespace: Ico.Ewx
Assembly: EwxLayer (in EwxLayer.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void GoToLocation(
	double latitude,
	double longitude,
	uint newZoomLevel
)
Visual Basic
Public Sub GoToLocation ( _
	latitude As Double, _
	longitude As Double, _
	newZoomLevel As UInteger _
)
JScript
public function GoToLocation(
	latitude : double, 
	longitude : double, 
	newZoomLevel : uint
)

Parameters

latitude
Type: System..::..Double
longitude
Type: System..::..Double
newZoomLevel
Type: System..::..UInt32

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeException Fires an exception if the lat/long coordinate are not valid, for example if they are out of the bounds of the default region or if they are higher than MaxLatitude/MaxLongitude or lower then MinLatitude/MinLongitude
System..::..InvalidOperationException The EwxLayer should be part of a GraphWorX display to perform this operation

See Also