UNPKG

@nativescript-community/ui-mapbox

Version:

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

7 lines (6 loc) 273 B
export declare function toCamelCase(s: any): any; export declare function toPascalCase(s: any): any; export declare function transformValue(key: any, value: any): any; export declare class PropertyParser { static propertyValueFromLayer(layer: any, key: string): any; }