'宣言 Function Request( _ ByVal minZoom As System.Double, _ ByVal maxZoom As System.Double, _ ByVal lowerLeft As C1.Win.Interop.Point, _ ByVal upperRight As C1.Win.Interop.Point _ ) As System.Collections.Generic.IEnumerable(Of VectorItem)
System.Collections.Generic.IEnumerable<VectorItem> Request( System.double minZoom, System.double maxZoom, C1.Win.Interop.Point lowerLeft, C1.Win.Interop.Point upperRight )
パラメータ
- minZoom
 - 領域の最小ズーム。
 - maxZoom
 - 領域の最大ズーム。
 - lowerLeft
 - 地理座標での領域の左下座標。
 - upperRight
 - 地理座標での領域の右上座標。
 
戻り値の型
領域内の項目。