hubermedia documentation 2015 html
EnablePinMoveCallback Method

Der exisiterende eContent.objSpec.PinShape wird bewegbar und bei jeder abgeschlossenen Bewegung wird der angegebene Callback aufgerufen.
Syntax
ASP.NET Ajax Javascript (Specification) 
function EnablePinMoveCallback( 
   pin : PinShape,
   callback : function(latLong:LatLong, context:Object),
   context : Object,
   beforeMoveCallback : function(latLong:LatLong, context:Object),
   isMovingCallback : function(latLong:LatLong, context:Object)
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfMap.EnablePinMoveCallback(PinShape,function(latLong:LatLong, context:Object),Object,function(latLong:LatLong, context:Object),function(latLong:LatLong, context:Object));

Parameters

pin
eContent.objSpec.PinShape, der als verschiebbar markiert werden soll.
callback
Funktion, die nach jeder Bewegung des eContent.objSpec.PinShape's aufgerufen wird.
context
Beliebiges Objekt das in den Callbacks als weiterer Parameter vorhanden ist.
beforeMoveCallback
optionale Funktion, die vor jeder Bewegung des eContent.objSpec.PinShape's aufgerufen wird.
isMovingCallback
optionale Funktion, die beim Bewegen des eContent.objSpec.PinShape's aufgerufen wird
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.