File

src/lib/interface/marker-icon.ts

Index

Properties

Properties

fillColor
fillColor: string
Type : string
Optional
fillOpacity
fillOpacity: number
Type : number
Optional
path
path: string | undefined
Type : string | undefined
rotation
rotation: number
Type : number
Optional
scale
scale: number
Type : number
Optional
strokeColor
strokeColor: string
Type : string
Optional
strokeOpacity
strokeOpacity: number
Type : number
Optional
strokeWeight
strokeWeight: number
Type : number
Optional
url
url: string
Type : string
Optional
export interface MarkerIcon {
  url?: string;
  fillColor?: string;
  fillOpacity?: number;
  path: string | undefined;
  rotation?: number;
  scale?: number;
  strokeColor?: string;
  strokeOpacity?: number;
  strokeWeight?: number;
}

results matching ""

    No results matching ""