Type alias OnMapLongClickListener

OnMapLongClickListener: ((point) => void)

当用户长按地图时回调此方法,如果长按时触发某一个marker对象的拖动事件,则不会回调此方法。

Type declaration

    • (point): void
    • Parameters

      • point: LatLng

        用户长按的地理坐标。

      Returns void

Since

1.0.0

Generated using TypeDoc