Interface MarkerOptions

interface MarkerOptions {
    icon?: string;
    position?: [number, number];
}

Properties

Properties

icon?: string
position?: [number, number]