CartoType iOS API 9.0-11-g64131709d
for development in Swift and Objective C for iOS and Mac OS
Loading...
Searching...
No Matches
CtMatch Class Reference

#include <CartoTypeBase.h>

Inheritance diagram for CtMatch:

Properties

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

Detailed Description

Information returned by the match method of CtMapObject.

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: