NSDK_POISearchKind

enum NSDK_POISearchKind {}

Enumeration for the different kinds of POI search.

@author PTV AG Karlsruhe

  • Error parsing the result from the native code

    Declaration

    Objective-C

    NSDK_SA_ERROR = 0
  • Search the nearest address to the requested position

    Declaration

    Objective-C

    NSDK_SA_NEAREST = 1
  • Search all address in the specified circuit (sorted by distance)

    Declaration

    Objective-C

    NSDK_SA_CIRCUIT = 2
  • Search all address in the specified circuit filtered name pattern (sorted by name)

    Declaration

    Objective-C

    NSDK_SA_NAME = 3
  • Search all address filtered by name pattern (sorted by name)

    Declaration

    Objective-C

    NSDK_SA_GLOBAL = 4