NSDK_POISearchResult

@interface NSDK_POISearchResult : NSObject

POI search result * Result of a POI search.

@author PTV AG Karlsruhe

  • Returns the visible name of the item, to be displayed in a list.

    Declaration

    Objective-C

    - (NSString *)getName;

    Swift

    func getName() -> String!

    Return Value

    the visible name of the item, to be displayed in a list.

  • Returns the kind of search request.

    Declaration

    Objective-C

    - (NSDK_POISearchKind)getKind;

    Swift

    func getKind() -> NSDK_POISearchKind

    Return Value

    the kind of search request.

  • Returns the position of address.

    Declaration

    Objective-C

    - (NSDK_Position *)getPosition;

    Swift

    func getPosition() -> NSDK_Position!

    Return Value

    the position of address.

  • Returns the distance to original position [m]. This field is set to zero in case of kind=SDK_SA_GLOBAL

    Declaration

    Objective-C

    - (int)getDistance;

    Swift

    func getDistance() -> Int32

    Return Value

    the distance to original position.