Other Classes
The following classes are available globally.
-
Information about an attribution statement, usually a copyright or trademark statement, associated with a map content source.
See moreDeclaration
Objective-C
@interface MGLAttributionInfo : NSObjectSwift
class MGLAttributionInfo : NSObject
-
An
MGLStyleConstantValueobject is a generic container for a style attribute value that remains constant as the zoom level changes. The layout and paint attribute properties ofMGLStyleLayerobjects can be set toMGLStyleConstantValueobjects.The
See moreMGLStyleConstantValueclass takes a generic parameterTthat indicates the Foundation class being wrapped by this class.Declaration
Objective-C
@interface MGLStyleConstantValue <T> : MGLStyleValue<T>Swift
class MGLStyleConstantValue -
An
MGLStyleFunctionis a value function defining a style value that changes as the zoom level changes. The layout and paint attribute properties of anMGLStyleLayerobject can be set toMGLStyleFunctionobjects. Use a zoom level function to create the illusion of depth and control data density.The
See moreMGLStyleFunctionclass takes a generic parameterTthat indicates the Foundation class being wrapped by this class.Declaration
Objective-C
@interface MGLStyleFunction <T> : MGLStyleValue<T>Swift
class MGLStyleFunction
Install in Dash
Other Classes Reference