| C1.Xaml.Maps アセンブリ > C1.Xaml.Maps 名前空間 > IMapVirtualSource インターフェース : Request メソッド |
'宣言 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 )