'宣言 Sub Request( _ ByVal minZoom As System.Double, _ ByVal maxZoom As System.Double, _ ByVal lowerLeft As System.Windows.Point, _ ByVal upperRight As System.Windows.Point, _ ByVal callback As System.Action(Of ICollection) _ )
void Request( System.double minZoom, System.double maxZoom, System.Windows.Point lowerLeft, System.Windows.Point upperRight, System.Action<ICollection> callback )
パラメータ
- minZoom
- 領域の最小ズーム。
- maxZoom
- 領域の最大ズーム。
- lowerLeft
- 地理座標での領域の左下座標。
- upperRight
- 地理座標での領域の右上座標。
- callback
- 指定された領域内の要素を使用して呼び出すデリゲート。