UNPKG

@nativescript-community/ui-mapbox

Version:

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

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