UNPKG

@gooddata/react-components

Version:

GoodData.UI - A powerful JavaScript library for building analytical applications

8 lines (7 loc) 761 B
import { Execution, VisualizationObject } from "@gooddata/typings"; import { IAvailableLegends, IGeoData, IGeoLngLat, IPushpinCategoryLegendItem } from "../../interfaces/GeoChart"; export declare function getLocation(latlng: string): IGeoLngLat | null; export declare function getGeoData(buckets: VisualizationObject.IBucket[], execution: Execution.IExecutionResponses): IGeoData; export declare const getGeoBucketsFromMdObject: (mdObject: VisualizationObject.IVisualizationObjectContent) => VisualizationObject.IBucket[]; export declare function getAvailableLegends(categoryItems: IPushpinCategoryLegendItem[], geoData: IGeoData): IAvailableLegends; export declare function parseGeoProperties(properties: GeoJSON.GeoJsonProperties): GeoJSON.GeoJsonProperties;