| CartoType iOS API 9.2-12-g6c2dcf66f
    for development in Swift and Objective C for iOS and Mac OS | 
#import <CartoTypeBase.h>
 
 | Properties | |
| bool | found | 
| NSString * | key | 
| NSString * | value | 
| size_t | start | 
| size_t | end | 
Information returned by the match method of CtMapObject.
| 
 | readwritenonatomicassign | 
The end position of the matched text within the value.
| 
 | readwritenonatomicassign | 
True if the text was found.
| 
 | readwritenonatomicstrong | 
The name of the attribute in which the matched text was found.
| 
 | readwritenonatomicassign | 
The start position of the matched text within the value.
| 
 | readwritenonatomicstrong | 
The value of the attribute in which the matched text was found.