/** * 高德地图 Expo Module 类型定义统一导出 * 基于 Expo Modules API 重新设计 */ export type { Point, LatLng, LatLngPoint, MapPoi, LatLngBounds, CameraPosition, CameraUpdate, ColorValue, SDKConfig, PermissionStatus, } from './common.types'; export { MapType } from './common.types'; export type { LocationEvent, CameraEvent, MapViewProps, MapViewMethods, MapViewRef, ExpoGaodeMapModuleEvents, } from './map-view.types'; export type { Coordinates, ReGeocode, LocationOptions, LocationListener, GeoLanguage, LocationProtocol, } from './location.types'; export { LocationAccuracy, LocationMode, CoordinateType, } from './location.types'; export type { MarkerProps, PolylineProps, PolygonProps, CircleProps, HeatMapProps, MultiPointItem, MultiPointProps, ClusterParams, ClusterPoint, ClusterProps, } from './overlays.types'; export type { ExpoGaodeMapModule } from '../ExpoGaodeMapModule'; export type { FitToCoordinatesOptions, SmoothMoveEndEvent, SmoothMoveProgressEvent, } from './route-playback.types'; //# sourceMappingURL=index.d.ts.map