Change
public struct Change<T> : Equatable where T : Equatable
Generic struct used to represent a change in a value from a starting point (i.e. fromValue
) to an end point (i.e. toValue
).
Mapbox Maps SDK for iOS Reference (v10.18.0) (87% documented)
public struct Change<T> : Equatable where T : Equatable
Generic struct used to represent a change in a value from a starting point (i.e. fromValue
) to an end point (i.e. toValue
).