CartoType iOS API 7.8.2, 2022-03-25
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

NSString * key
 
NSString * value
 
size_t start
 
size_t end
 

Detailed Description

Information returned by the getMatch method of CartoTypeMapObject.

Property Documentation

◆ end

- (size_t) end
readwritenonatomicassign

The end position of the matched text within the value.

◆ 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: