C# 클래스 PocketCampus.Map.Models.EpflBuildingsSource

Helper class to compute the URL of an EPFL building tile using a standard Mercator projection.
파일 보기 프로젝트 열기: accandme/pocketcampus

공개 메소드들

메소드 설명
GetUri ( int buildingsLevel, int x, int y, int zoomLevel ) : Uri

Gets an Uri for the tile at the specified X/Y coordinates, zoom level and buildings level.

비공개 메소드들

메소드 설명
FixY ( int y, int zoom ) : int

This is required, for some reason.

메소드 상세

GetUri() 공개 정적인 메소드

Gets an Uri for the tile at the specified X/Y coordinates, zoom level and buildings level.
public static GetUri ( int buildingsLevel, int x, int y, int zoomLevel ) : Uri
buildingsLevel int
x int
y int
zoomLevel int
리턴 System.Uri