File

src/lib/interface/marker-options.ts

Index

Properties

Properties

clickable
clickable: boolean
Type : boolean
Optional
label
label: string | google.maps.MarkerLabel
Type : string | google.maps.MarkerLabel
Optional

not supported by here maps

title
title: string
Type : string
Optional

not supported by here maps

visible
visible: boolean
Type : boolean
Optional
zIndex
zIndex: number
Type : number
Optional
export interface MarkerOptions {
  /**
   * not supported by here maps
   */
  label?: string | google.maps.MarkerLabel;
  /**
   * not supported by here maps
   */
  title?: string;
  visible?: boolean;
  zIndex?: number;
  clickable?: boolean;
}

results matching ""

    No results matching ""