Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITileDataSource

An interface that is implemented by an object that provides the necessary data for a tile layer-based overlay.

Hierarchy

  • ITileDataSource

Index

Methods

Methods

tileLayer

  • tileLayer(layer: string, date: Date, opts?: any): TileSource
  • Asks the data source to return a new tile layer source for the specified layer code and date.

    Parameters

    • layer: string
    • date: Date
    • Optional opts: any

    Returns TileSource

Generated using TypeDoc