Navigation SDK Documentation

Variables
POI (Point of Interest) search kinds

Variables

const SDK_INT4 SDK_SA_NEAREST = 1
 
const SDK_INT4 SDK_SA_CIRCUIT = 2
 
const SDK_INT4 SDK_SA_NAME = 3
 
const SDK_INT4 SDK_SA_GLOBAL = 4
 

Detailed Description

Enumeration for the different kinds of POI search.

Variable Documentation

const SDK_INT4 SDK_SA_NEAREST = 1

Search the nearest POI to the requested position

const SDK_INT4 SDK_SA_CIRCUIT = 2

Search all POIs in the specified circuit (sorted by distance)

const SDK_INT4 SDK_SA_NAME = 3

Search all POIs in the specified circuit filtered name pattern (sorted by name)

const SDK_INT4 SDK_SA_GLOBAL = 4

Search all POIs filtered by name pattern (sorted by name)


© PTV Group 2019 Generated on Thu Mar 28 2019 02:27:02 for NavigationSDK by doxygen 1.8.8