tileYToLatitude abstract method
////////////////////////////////////////////////////////////////////////// Converts a tile Y number at a certain zoom level to a latitude coordinate.
@param tileY the tile Y number that should be converted. @param zoomLevel the zoom level at which the number should be converted. @return the latitude value of the tile Y number.
Implementation
//double get scaleFactor;
/// Converts a tile Y number at a certain zoom level to a latitude coordinate.
///
/// @param tileY the tile Y number that should be converted.
/// @param zoomLevel the zoom level at which the number should be converted.
/// @return the latitude value of the tile Y number.
double tileYToLatitude(int tileY);