NSDK_SearchKind
enum NSDK_SearchKind {}
Enum for Address search
@author PTV AG Karlsruhe
-
Error parsing the result from the native code
Declaration
Objective-C
NSDK_SK_ERROR = 0
-
Search town by a name fragment
Declaration
Objective-C
NSDK_SK_TOWNBYNAME = 1
-
Search town by a name fragment, sorted by cat and district information
Declaration
Objective-C
NSDK_SK_TOWNBYNAME_SORTED = 2
-
Search town by a name fragment, sorted by cat and district information
Declaration
Objective-C
NSDK_SK_TOWNBYPOSTCODE = 3
-
Search street (in an given town!) by a name fragment
Declaration
Objective-C
NSDK_SK_STREETBYNAME = 4
-
Search position of a house number (within a given street)
Declaration
Objective-C
NSDK_SK_HNR = 5
-
Search crossing (within a given street)
Declaration
Objective-C
NSDK_SK_CROSSING = 6
-
Search nearest town
Declaration
Objective-C
NSDK_SK_NEARESTTOWN = 7
-
an internal search result
Declaration
Objective-C
NSDK_SK_INTERNALSEARCH = 8
-
Search result is a 6digit postcode result in NL
Declaration
Objective-C
NSDK_SK_NL6POSTCODE = 9
-
Search result is a 7digit postcode result in UK
Declaration
Objective-C
NSDK_SK_UK7POSTCODE = 10
-
Search street (in an given town!) by a name fragment, sort by distance from town
Declaration
Objective-C
NSDK_SK_STREETBYNAME_SORTED = 11