File

src/interface/marker-options.ts

Index

Properties

Properties

icon
icon: any
Type : any
Optional
label
label: any
Type : any
Optional
position
position: LatLng
Type : LatLng
Optional
title
title: string
Type : string
Optional
visible
visible: boolean
Type : boolean
Optional
zIndex
zIndex: number
Type : number
Optional
import { LatLng } from './lat-lng';

export interface MarkerOptions {
  position?: LatLng;
  title?: string;
  visible?: boolean;
  zIndex?: number;
  icon?: any;
  label?: any;
}

result-matching ""

    No results matching ""