This overloaded function returns address and road information corresponding to given location.
This overloaded function returns address and road information corresponding to given location.
public static int GetLocationInfo(out SError,LONGPOSITION,out string,out SRoadInfo,int);
The function returns address corresponding to given location.
public static int GetLocationInfo(out SError,LONGPOSITION,out string,int);
CApplicationAPI Class | ApplicationAPI Namespace