export interface MarkerBaseState { markerType: string; width: number; height: number; translateX: number; translateY: number; }