Type alias ContextMenuEvent

ContextMenuEvent: {
    native: MouseEvent;
    position: LatLng;
}

コンテキストメニュークリック時のイベント

Type declaration

  • native: MouseEvent

    元のマウスイベント

  • position: LatLng

    その地点の緯度経度