Delegate SwarmTile.GeospatialInfoHandler
Represents the delegate used for the GeospatialInfoAvailable event.
public delegate void SwarmTile.GeospatialInfoHandler(GeospatialInformation geoSpatialInfo)
Parameters
geoSpatialInfo
GeospatialInformationData available.
Constructors
GeospatialInfoHandler(object, IntPtr)
public GeospatialInfoHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(GeospatialInformation, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(GeospatialInformation geoSpatialInfo, AsyncCallback callback, object @object)
Parameters
geoSpatialInfo
GeospatialInformationcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(GeospatialInformation)
public virtual void Invoke(GeospatialInformation geoSpatialInfo)
Parameters
geoSpatialInfo
GeospatialInformation