|
|
|
|
|
- Special cases
- Required permissions
- Required application feature
GPSStopDetection (Function) In french: GPSArrêteDétection // Enables the notification for position detection nID is int nID = GPSDetectPosition(DetectionProc, 1.145258, 30.968745)  ...  // Stops the notification for position detection GPSStopDetection(nID)
Syntax
GPSStopDetection(<Detection identifier>)
<Detection identifier>: Integer Identifier corresponding to the detection that must be interrupted. This identifier is returned by GPSDetectPosition. The function has no effect if this identifier corresponds to no current detection. Remarks Special cases - To stop receiving notifications, use GPSEnd.
- To stop detecting the proximity of a specific location, you also have the ability to return False in the associated procedure (procedure defined in GPSDetectPosition).
Business / UI classification: Business Logic Component: wd300device.dll
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|