Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LeafletIcon

Hierarchy

  • Icon
  • Icon
  • Icon
  • Icon
  • Icon
  • Icon
  • Icon
  • Icon
    • LeafletIcon

Index

Classes

Interfaces

Constructors

Methods

Constructors

constructor

Methods

Static addInitHook

  • addInitHook(methodName: string, ...args: any[]): void
  • You can also use the following shortcut when you just need to make one additional method call.

    Parameters

    • methodName: string
    • Rest ...args: any[]

    Returns void

Static extend

  • You use L.Class.extend to define new classes, but you can use the same method on any class to inherit from it.

    Parameters

    Returns any