OpenLayers.Handler.Pathクラス
下記のクラスから継承
マップ上でパスを描画するハンドラーです。 mouse downでパスを表示して、mouse downで移動して、mouse upで完了します。
コンストラクター
OpenLayers.Handler.Path
クリックハンドラーを新規作成します。
パラメータ
- control {OpenLayers.Control} このハンドラーを利用しているコントロール。
- callbacks {Object} An object with a ‘done’ property whos value is a function to be called when the path drawing is finished. The callback should expect to recieve a single argument, the line string geometry. If the callbacks object contains a ‘point’ property, this function will be sent each point as they are added. If the callbacks object contains a ‘cancel’ property, this function will be called when the handler is deactivated while drawing. The cancel should expect to receive a geometry.
- options {Object} プロパティ設定用のオプションオブジェクトです。
Add a New Comment
page revision: 6, last edited: 13 May 2008 09:00





