I've tried to use both
Lat: 41.890
Lon: 12.492.
However, using the functions
Map0.Latitude
Map0.Longitude
I can get the exact coordinates of the center of the map without resorting to any kind of conversion.
What drives me crazy is that if the default map display latitude and longitude in the upper right corner as information, they must be inevitably already available without having to convert the pixels more ....
Map0.Projection = tkMapProjection.PROJECTION_GOOGLE_MERCATOR
Map0.PixelToDegrees x, y, Xx, Yy
thatMap0.Projection = tkMapProjection.PROJECTION_WGS84
Map0.PixelToDegrees x, y, Xx, Yy
but in any case I did not get the valuesLat: 41.890
Lon: 12.492.
However, using the functions
Map0.Latitude
Map0.Longitude
I can get the exact coordinates of the center of the map without resorting to any kind of conversion.
What drives me crazy is that if the default map display latitude and longitude in the upper right corner as information, they must be inevitably already available without having to convert the pixels more ....