Classes
- Analysis
- BufferAnalysis
- CoreBufferAnalysis
- GetFeature
- SpatialAnalysis
- BoxHandler
- BoxHandler3D
- CanvasLayer
- Control
- Attribution
- Geolocate
- MapCesium
- MapContextMenu
- Navigation
- OverviewMap
- Scale
- Convertor
- DynamicFeature
- DynamicTrace
- Event
- mapBoxZoomEvent
- mapDataEvent
- mapMouseEvent
- mapTouchEvent
- Feature
- Filter
- Comparison
- FeatureId
- Function
- Logical
- Spatial
- Format
- BusCapabilities
- v2_0_2
- Filter
- v1
- v1_0_0
- GeoJSON
- GML
- Base
- v2
- v2
- JSON
- OGCExceptionReport
- QueryStringFilter
- VTS
- VTSCapabilities
- WFSCapabilities
- v1
- WFST
- v1
- WKT
- WMS
- v1
- WMSCapabilities/v1_1_1
- WMTS
- WMTSCapabilities
- v1_0_0
- WPSCapabilities
- v1_0_0
- XML
- XML2JSON
- Geometry
- Collection
- Curve
- LinearRing
- LineString
- MultiPoint
- MultiPolygon
- Point
- Handler
- BoxZoomHandler
- DoubleClickZoomHandler
- DragPanHandler
- KeyboardHandler
- ScrollZoomHandler
- TouchZoomRotateHandler
- BackgroundLayer
- CircleLayer
- Export
- FillExtrusionLayer
- FillLayer
- GeoTileLayer
- GeoWMTSLayer
- LineLayer
- MultidateVTS
- RasterLayer
- SymbolLayer
- ThematicTileLayer
- VTS
- WMS
- WMTS
- LngLat
- LngLatBounds
- Map
- MaptalksEle
- Marker
- MenuItem
- Pixel
- Popup
- BusQuery
- GeoCodingQuery
- v1
- v1_0_0
- v1_1_0
- RouteInfoItem
- RouteInfoResult
- RouteQuery
- RouteResult
- RoutesResult
- Service
- WFSQuery
- XMLHttpRequest
- Service
- CTS
- DTJ
- RTDS
- VTS
- WFST
- WMS
- WMTS
- Source
- CanvasSource
- GeoJSONSource
- ImageSource
- RasterSource
- VectorSource
- VideoSource
- Statistic
- TDTLayer
- RouteQuery
- Visuals
- Custom
- Bubble
- Cluster
- Commute
- Delaunay
- Fluorescence
- Kriging
- Migration
- Network
- Proportion
- Scatter
- Voronoi
- Wind
- DeckGL
- GeoJsonLayer
- HexagonLayer
- LineLayer
- PolygonLayer
- ScatterplotLayer
- TrackLayer
- EchartsGL
- BarLayer
- LinesLayer
- MapLayer
- ScatterLayer
- Grid
- Typhoon
- MapV
- Bubble
- Category
- Choropleth
- Grid
- HeatMap
- HoneyComb
- Icon
- Intensity
- Simple
- Text
- Three
- BrightkiteLayer
- BuildingLayer
- CurveLayer
- LineLayer
- PointLayer
- PolygonLayer
- RainLayer
- SingleBuildingLayer
- SnowLayer
- SymbolLayer
- TextLayer
- VideoLayer
Events
-
boxcancel
-
矩形拉框控件的取消事件
- Source:
- View2D/handler/BoxHandler3D.js
- See:
Properties:
Name Type Description data
MapBoxEvent -
boxend
-
矩形拉框控件的结束事件
Type: Object
- Source:
- View2D/handler/BoxHandler3D.js
- See:
Properties:
Name Type Description data
MapBoxEvent -
boxstart
-
矩形拉框控件的开始事件
- Source:
- View2D/handler/BoxHandler3D.js
- See:
Properties:
Name Type Description data
MapBoxEvent -
boxzoomcancel
-
框选缩放地图取消后触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
boxzoomend
-
框选缩放地图结束后触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
boxzoomstart
-
框选缩放地图开始时触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
click
-
单击地图触发的事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
contextmenu
-
单击鼠标右键触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
data
-
地图数据更改或者加载时触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
dataloading
-
地图数据下载时触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
dblclick
-
双击地图触发的事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
drag
-
拖拽地图过程中触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
dragend
-
拖拽地图结束后触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
dragstart
-
开始拖拽地图时触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
error
-
发生错误时触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
load
-
所有资源下载完成后触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
mousedown
-
在地图上按下鼠标触发的事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
mouseenter
-
当鼠标进入指定图层区域触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
mouseleave
-
当鼠标离开指定图层区域触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
mouseout
-
当鼠标离开地图画布时触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
mouseover
-
鼠标移到地图上触发的事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
mouseup
-
在地图上按下并松开鼠标后触发的事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 - -
move
-
移动地图过程中触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
moveend
-
移动地图结束后触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
movestart
-
开始移动地图时触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
pitch
-
倾斜地图过程中触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
pitchend
-
倾斜地图结束后触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
pitchstart
-
倾斜地图开始时触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
remove
-
移动地图时触发的事件
- Source:
- View2D/map/Map.js
-
render
-
绘制地图时触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
resize
-
调整地图后触发的事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
rotate
-
旋转地图过程中触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
rotateend
-
旋转地图结束后触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
rotatestart
-
旋转地图开始时触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
sourcedata
-
地图的源数据更改或者加载时触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
sourcedataloading
-
地图源数据下载时触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
styledata
-
地图样式更改或者加载时触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
styledataloading
-
地图样式数据下载时触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
touchcancel
-
不触摸地图时触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
touchend
-
触摸地图时触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
touchmove
-
移动触摸地图时触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
touchstart
-
开始触摸地图时触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
webglcontextlost
-
当WebGL上下文丢失时触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
webglcontextrestored
-
当WebGL上下文恢复时启动
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
wheel
-
鼠标滚轮滚动时触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
zoom
-
点击缩放地图过程中触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
zoomend
-
点击缩放地图结束后触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
zoomstart
-
点击缩放地图开始时触发事件
- Source:
- View2D/map/Map.js
Properties:
Name Type Description data
Object 事件触发时传递给回调函数的参数 -
overlayerclick
-
可视化图层(覆盖图层)鼠标点击事件
- Source:
- View2D/Visuals/Visuals.js
Properties:
Name Type Description data
Object 回调参数 -
overlayerhover
-
可视化图层(覆盖图层)鼠标悬浮事件
- Source:
- View2D/Visuals/Visuals.js
Properties:
Name Type Description data
Object 回调参数 -
overlayerinit
-
可视化图层(覆盖图层)WebGL画布初始事件
- Source:
- View2D/Visuals/Visuals.js
Properties:
Name Type Description gl
Object 回调参数