Interface Property<T, R>
interface Property<T, R> {
specification: StylePropertySpecification;
interpolate(a: R, b: R, t: number): R;
possiblyEvaluate(
value: PropertyValue<T, R>,
parameters: EvaluationParameters,
canonical?: ICanonicalTileID,
availableImages?: string[],
): R;
}
specification: StylePropertySpecification;
interpolate(a: R, b: R, t: number): R;
possiblyEvaluate(
value: PropertyValue<T, R>,
parameters: EvaluationParameters,
canonical?: ICanonicalTileID,
availableImages?: string[],
): R;
}
Type Parameters
- T
- R
Index
Properties
Methods
Methods
interpolate
possiblyEvaluate
- possiblyEvaluate(
value: PropertyValue<T, R>,
parameters: EvaluationParameters,
canonical?: ICanonicalTileID,
availableImages?: string[],
): RParameters
- value: PropertyValue<T, R>
- parameters: EvaluationParameters
Optionalcanonical: ICanonicalTileIDOptionalavailableImages: string[]
Returns R
Was this helpful?
Deprecated
Will be removed from public API in MapTiler SDK v4