I have retrieved the user location (lat /latidtude) using LocationListener
Now i need to get the easting and northing values. is thr any way to do it,
I have already found a library called jcoord. But what it does is, it converts the easting and northing to lat/lng . but i need the other way around.
Is there any way to do it . Thanks