GM_GPSCallbackFunc Delegate
Callback for being notified of GPS status changes.

Namespace:GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
                                    public
                                    delegate
                                    void
                                    GM_GPSCallbackFunc
                                    (
                                    GM_gps_event_t32
                                    aEvent
                                    ,
                                    Nullable
                                    <
                                    GM_Point_t
                                    > 
                                    aEventData
)
                                

Parameters

aEvent
Type:  GlobalMapper . GM_gps_event_t32
aEventData
Type:  System . Nullable .GM_Point_t
See Also