CartoType iOS API 8.8-13-g03c6f7017
for development in Swift and Objective C for iOS and Mac OS
Properties | List of all members
CartoTypeMatch Class Reference

#import <CartoTypeBase.h>

Inheritance diagram for CartoTypeMatch:

Properties

bool found
 
NSString * key
 
NSString * value
 
size_t start
 
size_t end
 

Detailed Description

Information returned by the match method of CartoTypeMapObject.

Property Documentation

◆ end

- (size_t) end
readwritenonatomicassign

The end position of the matched text within the value.

◆ found

- (bool) found
readwritenonatomicassign

True if the text was found.

◆ key

- (NSString*) key
readwritenonatomicstrong

The name of the attribute in which the matched text was found.

◆ start

- (size_t) start
readwritenonatomicassign

The start position of the matched text within the value.

◆ value

- (NSString*) value
readwritenonatomicstrong

The value of the attribute in which the matched text was found.


The documentation for this class was generated from the following file: