C# Class PocketCampus.Map.Controls.EpflBuildingsTileSource

Adapts EpflBuildingsSource to a Windows Phone TileSource.
Inheritance: TileSource
显示文件 Open project: accandme/pocketcampus

Public Methods

Method Description
GetUri ( int x, int y, int zoomLevel ) : Uri

Gets an URI for the image corresponding to the specified X and Y coordinates, as well as the specified zoom level.

Method Details

GetUri() public method

Gets an URI for the image corresponding to the specified X and Y coordinates, as well as the specified zoom level.
public GetUri ( int x, int y, int zoomLevel ) : Uri
x int
y int
zoomLevel int
return System.Uri