Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "coordinates/container/bbox-editor"

Index

Type aliases

Functions

Type aliases

Editor

Editor: React.ComponentType<BBoxEditorProps>

Props

Props: BBoxEditorProps & object

Functions

Const BBoxEditor

  • BBoxEditor(__namedParameters: object): Element
  • Parameters

    • __namedParameters: object
      • bbox: object
        • east: number
        • north: number
        • south: number
        • west: number
      • setBBox: function
          • (bbox: BBox): void
          • Parameters

            • bbox: BBox

            Returns void

      • unit: "Lat/Lon (DD)" | "Lat/Lon (DMS)" | "USNG/MGRS" | "UTM/UPS"

    Returns Element

Const editorMap

  • editorMap(unit: Units.CoordinateUnit): Editor

Generated using TypeDoc