Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GoogleOverlayFactory

A factory class that generates and returns renderable map objects from data, such as tile layers and annotations, as required by the associated mapping strategy.

export
implements

{OverlayFactory}

implements

{PointDataSource}

Hierarchy

  • GoogleOverlayFactory

Implements

Index

Methods

marker

  • Returns a map annotation instance at the provided coordinate and configured for the specified layer code and configuration.

    memberof

    OSMOverlayFactory

    Parameters

    Returns Google.Marker

polygon

  • Returns a polygon layer for the specified shapes and configuration.

    memberof

    OSMOverlayFactory

    Parameters

    Returns Google.Polygon

polyline

  • Returns a polyline layer for the specified points and configuration.

    Parameters

    Returns Google.Polyline

tileLayer

  • tileLayer(layer: string, service: MapRequest, opts?: any): Google.TileSource
  • Returns a map tile source instance configured with the specified layer code and url template string.

    memberof

    OSMOverlayFactory

    Parameters

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

    Returns Google.TileSource

Generated using TypeDoc