longitudeToTileX abstract method
Converts a longitude coordinate (in degrees) to the tile X number at a certain zoom level.
@param longitude the longitude coordinate that should be converted. @param zoomLevel the zoom level at which the coordinate should be converted. @return the tile X number of the longitude value.
Implementation
int longitudeToTileX(double longitude);