Type Aliases
The following type aliases are available globally.
-
Array of string values that depend on zoom level.
Declaration
Swift
public typealias MTZoomStringValues = [MTZoomStringValue] -
Array of number values that depend on zoom level.
Declaration
Swift
public typealias MTZoomNumberValues = [MTZoomNumberValue] -
Array mapping a property input value to an associated numeric output value.
Declaration
Swift
public typealias MTPropertyValues = [MTHelperPropertyValue]