@impargo/react-here-maps
Version:
React.js HERE Maps component
8 lines (7 loc) • 440 B
TypeScript
import Cluster, { ClusterProps, Datapoint, defaultClusteringOptions } from './Cluster';
import HEREMap, { HEREMapProps, HEREMapRef, HEREMapState } from './HEREMap';
import Marker from './Marker';
import Polyline from './Polyline';
export type { DefaultLayers } from './types';
export { Cluster, ClusterProps, Datapoint, defaultClusteringOptions, HEREMap, HEREMapProps, HEREMapRef, HEREMapState, Marker, Polyline, };
export default HEREMap;