Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMapTool

地图工具接口定义

export
interface

IMapTool

Hierarchy

  • IMapTool

Implemented by

Index

Methods

  • begin(properties?: any): any
  • 触发该工具

    memberof

    IMapTool

    Parameters

    • Optional properties: any

    Returns any

  • clear(): any
  • 清除该工具产生的内容

    memberof

    IMapTool

    Returns any

  • end(): any
  • 结束该工具

    memberof

    IMapTool

    Returns any

  • setMap(map: any): any
  • 设置工具所属地图

    memberof

    IMapTool

    Parameters

    • map: any

    Returns any

Generated using TypeDoc