NSDK_MapInformationResults

@interface NSDK_MapInformationResults : NSObject <NSFastEnumeration>

/**
 Access an element of type NSDK_MapInformation
 */
- (id)objectAtIndexedSubscript:(int)idx;


/** number of elements */
@property (readonly) int size;


@end

Undocumented

  • Access an element of type NSDK_MapInformation

    Declaration

    Objective-C

    - (id)objectAtIndexedSubscript:(int)idx;

    Swift

    subscript(idx: Int32) -> Any! { get }
  • number of elements

    Declaration

    Objective-C

    @property (readonly, atomic) int size;

    Swift

    var size: Int32 { get }