export interface Position { latitude: number; longitude: number; } export interface ExpansionProps { // 高德Map对象 __map__?: any; }