Click or drag to resize

GM_GPSCallbackFunc Delegate

Callback for being notified of GPS status changes.

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public delegate void GM_GPSCallbackFunc(
	GM_gps_event_t32 aEvent,
	Nullable<GM_Point_t> aEventData
)

Parameters

aEvent
Type: GlobalMapperGM_gps_event_t32
aEventData
Type: SystemNullableGM_Point_t
See Also