Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Views

The Views module provides the public interface for all mapping functionality, including both static and interactive map views.

Index

Functions

Const InteractiveMap

Const Legend

  • Initializes and returns a new LegendView instance.

    Parameters

    Returns LegendView

Const Map

  • Initializes and returns a new MapView instance.

    Parameters

    Returns MapView

Const setAccount

  • setAccount(account: Account): void
  • Sets the Aeris account instance to use with the Views module.

    Parameters

    Returns void

Const setServers

  • setServers(servers: Servers): void
  • Sets the base paths for the API servers to use with data and image requests.

    Parameters

    Returns void

Object literals

Const datasources

datasources: object

Data source classes that can be used to add custom datasets to an InteractiveMap instance.

readonly

GeoJson

GeoJson: GeoJsonSource = GeoJsonSource

Text

Text: TextSource = TextSource

Tile

Tile: TileSource = TileSource

Vector

Vector: VectorSource = VectorSource

Const utils

utils: object

Provides access to the View module's utility functions.

readonly

Generated using TypeDoc