C# Класс PocketCampus.Map.Models.EpflBuildingsSource

Helper class to compute the URL of an EPFL building tile using a standard Mercator projection.
Показать файл Открыть проект

Открытые методы

Метод Описание
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