Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OverlayFactory

Implemented by a class that is expected to provide layer configuration and instances as required for a particular mapping strategy and third-party mapping library.

Hierarchy

  • OverlayFactory

Implemented by

Index

Methods

marker

  • Returns an annotation, or marker, instance with the specified coordinate and configuration options.

    memberof

    OverlayFactory

    Parameters

    Returns any

polygon

  • Returns a polygon instance configured for the specified layer code and configuration.

    memberof

    OverlayFactory

    Parameters

    Returns any

polyline

  • Returns a polyline instance for the array of points and configuration.

    memberof

    OverlayFactory

    Parameters

    Returns any

tileLayer

  • Returns a tile layer instance configured with the specified url template string and options.

    memberof

    OverlayFactory

    Parameters

    • layer: string
    • service: MapRequest
    • Optional opts: any

    Returns TileSource

Generated using TypeDoc