UNPKG

@benedictstrube/ui-mapbox

Version:

Interactive, thoroughly customizable maps powered by vector tiles and OpenGL.

5 lines (4 loc) 213 B
export declare class ExpressionParser { static parseJson(json: any[]): com.mapbox.mapboxsdk.style.expressions.Expression; static toJson(filter: com.mapbox.mapboxsdk.style.expressions.Expression): any[]; }