xref: /expo/packages/expo-maps/build/Heatmap.js (revision ee0de234)
1import React from 'react';
2/**
3 * Heatmap component of Expo Maps library.
4 *
5 * Displays multiple {@link PointWithData} objects as a heatmap.
6 * Providing data with each point is optional; if no data is provided,
7 * heatmap will represent density of points on the map.
8 *
9 * This component should be ExpoMap component child to work properly.
10 *
11 * See {@link HeatmapProps} to learn more about props.
12 */
13export class Heatmap extends React.Component {
14    render() {
15        return null;
16    }
17}
18//# sourceMappingURL=Heatmap.js.map