UNPKG

iotmapmanager

Version:

Manage markers, clusters, user marker or paths on IotMaps

10 lines (9 loc) 383 B
export * from './src/iot-map-config'; export * from './src/iot-map-types'; export * from './src/iot-map-manager'; export * from './src/iot-map-marker-manager'; export * from './src/iot-map-cluster-manager'; export * from './src/iot-map-user-marker-manager'; export * from './src/iot-map-path-manager'; export * from './src/iot-map-area-manager'; export * from './src/iot-map-icons';