tileXToLongitude abstract method

double tileXToLongitude(
  1. int tileX
)

Converts a tile X number at a certain zoom level to a longitude coordinate.

@param tileX the tile X number that should be converted. @param zoomLevel the zoom level at which the number should be converted. @return the longitude value of the tile X number.

Implementation

double tileXToLongitude(int tileX);