src/interface/bubble-options.ts
position: LatLng
LatLng
import { LatLng } from './lat-lng'; export interface BubbleOptions { position?: LatLng; }