latitudeToTileY abstract method

int latitudeToTileY(
  1. double latitude
)

Converts a latitude coordinate (in degrees) to a tile Y number at a certain zoom level.

@param latitude the latitude coordinate that should be converted. @param zoomLevel the zoom level at which the coordinate should be converted. @return the tile Y number of the latitude value.

Implementation

int latitudeToTileY(double latitude);