C# SDK

◆ HighlightPoi()

static int HighlightPoi ( out SError  Error,
string  PoiCategory,
string  PoiName,
string  Sound,
LONGPOSITION  PoiLocation,
Int32  MaxTime 
)
inlinestatic

Highlight the POI

Parameters
ErrorAdditional error information returned from Drive.
PoiCategoryUser defined POI category name
PoiNamePOI name
SoundSound to play when Highlighte POI
PoiLocationPosition of POI
MaxTimeMaximum time (in milliseconds) function can take. If MaxTime=0 function execution is not time limited.
Returns
1 if successful, other value otherwise.



Possible error codes returned from Drive are:

  • 0 - Function not succeeded.
  • 1 - Function succeeded.
  • 2 - Drive not succeeded.
  • 3 - Function reached timeout.

References LONGPOSITION.SizeOf(), SError.SizeOf(), and LONGPOSITION.WriteUnmanaged().