Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MapControlOptions

A data type that represents the configuration options for a map view's interface controls.

Hierarchy

  • MapControlOptions

Index

Properties

Properties

Optional layers

layers: { title: string; value: string }[]

The layer-related controls to display above the map view.

Optional regions

regions: { bounds?: GeoBounds; center?: string | Coordinate; region?: number; title: string; zoom?: number }[]

The region/zoom-related controls to display along the bottom of the map view.

Generated using TypeDoc