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
MGLConstantStyleValueobject 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 toMGLConstantStyleValueobjects.The
See moreMGLConstantStyleValueclass takes a generic parameterTthat indicates the Foundation class being wrapped by this class.Declaration
Objective-C
@interface MGLConstantStyleValue <T> : MGLStyleValue<T>Swift
class MGLConstantStyleValue -
An
MGLStyleFunctionis a is an abstract superclass for functions that are defined by anMGLCameraStyleFunction,MGLSourceStyleFunction, orMGLCompositeStyleFunctionobject.Create instances of
MGLCameraStyleFunction,MGLSourceStyleFunction, andMGLCompositeStyleFunctionin order to useMGLStyleFunction‘s methods. Do not create instances ofMGLStyleFunctiondirectly, and do not create your own subclasses of this class.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 -
An
MGLCameraStyleFunctionis 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 toMGLCameraStyleFunctionobjects. Use a camera function to create the illusion of depth and control data density.The
See moreMGLCameraStyleFunctionclass takes a generic parameterTthat indicates the Foundation class being wrapped by this class.Declaration
Objective-C
@interface MGLCameraStyleFunction <T> : MGLStyleFunction<T>Swift
class MGLCameraStyleFunction -
An
MGLSourceStyleFunctionis a value function defining a style value that changes with its properties. The layout and paint attribute properties of anMGLStyleLayerobject can be set toMGLSourceStyleFunctionobjects. Use source functions to visually differentate types of features within the same layer or create data visualizations.The
See moreMGLSourceStyleFunctionclass takes a generic parameterTthat indicates the Foundation class being wrapped by this class.Declaration
Objective-C
@interface MGLSourceStyleFunction <T> : MGLStyleFunction<T>Swift
class MGLSourceStyleFunction -
An
MGLCompositeStyleFunctionis a value function defining a style value that changes with the feature attributes at each map zoom level. The layout and paint attribute properties of anMGLStyleLayerobject can be set toMGLCompositeStyleFunctionobjects. Use composite functions to allow the appearance of a map feature to change with both its attributes and the map zoom level.The
See moreMGLCompositeStyleFunctionclass takes a generic parameterTthat indicates the Foundation class being wrapped by this class.Declaration
Objective-C
@interface MGLCompositeStyleFunction <T> : MGLStyleFunction<T>Swift
class MGLCompositeStyleFunction
Install in Dash
Other Classes Reference