Maps for UWP
Request メソッド

C1.UWP.Maps アセンブリ > C1.Xaml.Maps 名前空間 > IMapVirtualSource インターフェース : Request メソッド
領域の最小ズーム。
領域の最大ズーム。
地理座標での領域の左下座標。
地理座標での領域の右上座標。
指定された領域内の要素を使用して呼び出すデリゲート。
マップ領域に新しい項目が必要になるときに C1MapVirtualLayerから呼び出されます。
シンタックス
'宣言
 
Sub Request( _
   ByVal minZoom As System.Double, _
   ByVal maxZoom As System.Double, _
   ByVal lowerLeft As Windows.Foundation.Point, _
   ByVal upperRight As Windows.Foundation.Point, _
   ByVal callback As System.Action(Of ICollection) _
) 
void Request( 
   System.double minZoom,
   System.double maxZoom,
   Windows.Foundation.Point lowerLeft,
   Windows.Foundation.Point upperRight,
   System.Action<ICollection> callback
)

パラメータ

minZoom
領域の最小ズーム。
maxZoom
領域の最大ズーム。
lowerLeft
地理座標での領域の左下座標。
upperRight
地理座標での領域の右上座標。
callback
指定された領域内の要素を使用して呼び出すデリゲート。
参照

IMapVirtualSource インターフェース
IMapVirtualSource メンバ