enter image description herehello all I am trying to find this Number
from this question : Convert longitude and latitude coordinates to image of a map pixels X and Y coordinates Java
int mapWidth = 614, mapHeight = 1141;
double mapLongitudeStart = 33.5, mapLatitudeStart = 33.5;//longitude vertical, latitude horizontal
// length of map in long/lat
double mapLongitude = 36.5 - mapLongitudeStart,
// invert because it decreases as you go down
mapLatitude = mapLatitudeStart - 29.3;
how can i find this number from the world map image