GLMapDrawAttributes
@interface GLMapDrawAttributes : NSObject
GLMapDrawAttributes is a container for result of resolving of draw attributes of vector object.
-
Resolved value of ‘icon-image’ attribute.
Declaration
Objective-C
@property (atomic, readonly) GLMapValue *_Nullable iconName; -
Resolved value of ‘text’ attribute.
Declaration
Objective-C
@property (atomic, readonly) GLMapValue *_Nullable text; -
Resolved value of ‘details-text’ attribute.
Declaration
Objective-C
@property (atomic, readonly) GLMapValue *_Nullable detailsText; -
Resolved value of ‘details-description’ attribute.
Declaration
Objective-C
@property (atomic, readonly) GLMapValue *_Nullable detailsDescription;
Install in Dash
GLMapDrawAttributes Class Reference